-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Don't work some git aliases #18
Comments
|
@roman-dubrovsky do you use those aliases? As I noticed, there are no such commands for git( |
@roman-dubrovsky @Proghat I'd remove: alias gwipe="git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard"
alias gup="git pull --rebase --prune $@ && git submodule update --init --recursive"
alias gbclean="f() { git branch --merged ${1-master} | grep -v " ${1-master}$" | xargs git branch -d; }; f"
alias gbdone="f() { git checkout ${1-master} && git up && git bclean ${1-master}; }; f" from aliases at all if there are no objections |
@AleksSenkou no, I'm using it |
@roman-dubrovsky, I think we should move @AleksSenkou, just train yourself to use them. I use them as well. |
What should |
@TheBlackArroVV this function just remove all branches from local git repo which have been removed from remote git repo |
@roman-dubrovsky , is the problem still relevant? |
The text was updated successfully, but these errors were encountered: