Skip to content

Commit

Permalink
Updated Code
Browse files Browse the repository at this point in the history
  • Loading branch information
SarathSantoshDamaraju committed Oct 29, 2018
1 parent fc8d61b commit 20cd90d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ alias g!='git init'
&& alias g.c='git add . && git commit -m'
&& alias grb='git rebase'
&& alias gsw='git show'
&& alias gthis=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')
;gph-this() {
git push "$1" $gthis;
};
gpl-this() {
git pull "$1" $gthis;
};
&& alias gthis=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,');
gph-this() { git push "$1" $gthis; };
gpl-this() { git pull "$1" $gthis; };

0 comments on commit 20cd90d

Please sign in to comment.