Compare commits

..

No commits in common. "4812fdf1d364c4052995d5d44df07acb99085739" and "dadccdbe20421d5a180d0c1d0651564e47afe769" have entirely different histories.

View file

@ -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;