Last active
June 9, 2021 15:49
-
-
Save lukalopusina/744133f268a51f47187050a66d3fb569 to your computer and use it in GitHub Desktop.
Revisions
-
lukalopusina revised this gist
Dec 1, 2016 . 1 changed file with 4 additions and 1 deletion.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 @@ -1,6 +1,9 @@ # GIT # -------------------------------------------- alias ga="git add" alias gaa="git add ." alias gc="git commit -m " alias gp="git push github" alias gs="git status" alias nah="git reset --hard; git clean -df;" # -------------------------------------------- -
lukalopusina created this gist
Apr 29, 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,6 @@ alias ga="git add" alias gaa="git add ." alias gc="git commit -m " alias gp="git push github" alias gs="git status" alias nah="git reset --hard; git clean -df;"