Last active
February 11, 2021 12:37
-
-
Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.
Revisions
-
AntonioCS revised this gist
Feb 11, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,3 +4,6 @@ alias gc="git checkout" alias gcb="git checkout -b" alias gb="git branch" alias gp="git pull" alias gd="git diff" alias gcom="git commit" -
AntonioCS created this gist
Feb 11, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ alias ga="git add" alias gs="git status" alias gc="git checkout" alias gcb="git checkout -b" alias gb="git branch" alias gp="git pull"