Skip to main content
deepak

Featured

Pull branch Without merge commit

If you want to have a pull but you don't want a merge commit then you can do via this command
git pull --rebase

Comments