Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Last active February 11, 2021 12:37
Show Gist options
  • Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.
Save AntonioCS/83bccc7f6ecace2c3f3bcc4b9369d2ee to your computer and use it in GitHub Desktop.

Revisions

  1. AntonioCS revised this gist Feb 11, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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"

  2. AntonioCS created this gist Feb 11, 2021.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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"