3
wanted to know if it is possible to create a variable in git to save the directories.
if I just type a word or something and it automatically goes to the saved directory and such
3
wanted to know if it is possible to create a variable in git to save the directories.
if I just type a word or something and it automatically goes to the saved directory and such
3
to save you can use:
declare nomedavariavel=c/ocaminho...
and to use the variable use $
+the variable:
cd $nomedavariavel
Browser other questions tagged git
You are not signed in. Login or sign up in order to post.
Thanks a lot!!! <3
– i'ts me