/ Published in: Bash
Expand |
Embed | Plain Text
## set the user name try removing locally if permissions don't permit global configuration. git config --global user.name "Firstname Lastname" git config --global user.email "[email protected]" ## always pull from master git config branch.master.merge refs/heads/master ## more feedback git config color.branch auto git config color.diff auto git config color.interactive auto git config color.status auto ## rename branch git branch -m first_name rename
You need to login to post a comment.
