Copy file .bashrc to folder %userprofile%
(on Windows)
Reopen git bash console.
# Change branch
gck HD-3465
# Update branchs
gl
# Push commits to remote
gp
# Commit
gcm "new changes"
# Merge
gm HD-3465
# Resolve conflict tool
gmtool
# End resolve conflicts
gmend