Compare commits
No commits in common. "4812fdf1d364c4052995d5d44df07acb99085739" and "dadccdbe20421d5a180d0c1d0651564e47afe769" have entirely different histories.
4812fdf1d3
...
dadccdbe20
1 changed files with 1 additions and 1 deletions
|
@ -814,5 +814,5 @@ alias ga = git add;
|
||||||
alias gc = git commit;
|
alias gc = git commit;
|
||||||
alias gca = git commit --all;
|
alias gca = git commit --all;
|
||||||
alias gp = git push;
|
alias gp = git push;
|
||||||
alias gl = git pull;
|
alias gpl = git pull;
|
||||||
alias gs = git status;
|
alias gs = git status;
|
||||||
|
|
Loading…
Add table
Reference in a new issue