python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Peepcode-git.pdf: Best strategy to keep a long standing feature branch in sync with main branch with rebase
In the following documentation peepcode-git.pdf located at https://github.com/pluralsight/git-internals-pdf/releases, page 39 notes different use cases for rebase. Particularly this quote:
"If yo...
LeanMan
Votes: 0
Answers: 1
git rebase --continue command not getting work
Hi Everyone i trying to rebase local branch from origin master
steps
git pull origin master
git checkout driver_management
git rebase master
git add .
git rebase --continue
while exicute git reb...
Ashish Pandey
Votes: 0
Answers: 1
How to merge two commits from different branch?
let say i have a commit 1 which is already present in branch A. I have a new commit 2 in branch B, i want to move this commit 2 to branch A and merge with commit 1.
sai satyanarayana kolli
Votes: 0
Answers: 1
Git Merge Fast-Forward vs Git Rebase
What is the difference between a fast-forwarded git merge and a git rebase? Don't both accomplish keeping history linear and no merge commits? If so, why would one use one over the other? If not, whic...

Newo
Votes: 0
Answers: 1