You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alias gfetch='git fetch --all -p && echo && git status'
alias gnew='gfetch && git checkout -b to-be-renamed-"$RANDOM" origin/develop && grename'
alias glog='git log --pretty=oneline --abbrev-commit'
alias conflicts='grep --exclude-dir=node_modules/ -rIn '"'"'\(^\|[^<]\)<<<<<<<\($\|[^<]\)\|\(^\|[^=]\)=======\($\|[^=]\)\|\(^\|[^>]\)>>>>>>>\($\|[^>]\)'"'"