Last active
December 20, 2016 15:14
-
-
Save bastienff/4b9c9f740633a7a4aae26594dad2801b to your computer and use it in GitHub Desktop.
Revisions
-
bastienff revised this gist
Dec 20, 2016 . No changes.There are no files selected for viewing
-
bastienff renamed this gist
Dec 20, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bastienff renamed this gist
Dec 20, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bastienff created this gist
Dec 20, 2016 .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,3 @@ alias gita='git add .' alias gitc='git commit -m' alias gitp='git push -u origin master'