Skip to content

Instantly share code, notes, and snippets.

@bastienff
Last active December 20, 2016 15:14
Show Gist options
  • Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.
Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.

Revisions

  1. bastienff revised this gist Dec 20, 2016. No changes.
  2. bastienff renamed this gist Dec 20, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. bastienff renamed this gist Dec 20, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. bastienff created this gist Dec 20, 2016.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    alias gita='git add .'
    alias gitc='git commit -m'
    alias gitp='git push -u origin master'