Advertisement
s_hossain18

git command

Sep 14th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | Software | 0 0
  1. git pull fatal need to specify how to reconcile divergent branches (problem)
  2. git pull --rebase (solution)
  3.  
  4. git merge origin
  5.  
  6.  
  7.  
  8. git pull --no-ff -> make fast-forwarding to be off by --no-ff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement