Good to know Forking and Rebase concept when dealing with Repository #221
Replies: 6 comments
-
Discussing some concets :
|
Beta Was this translation helpful? Give feedback.
-
Always create a new branch if you working on somethingHere how you would do it :
Create a new branch from here :
|
Beta Was this translation helpful? Give feedback.
-
1. reset ( Not going with the internet description )
ExamplePreviousAfter rebase |
Beta Was this translation helpful? Give feedback.
-
2. Before reset there would be somethings which you need to keep in mind
--mixed: Keeps changes in working directory (unstaged). --hard: Deletes changes permanently.
Note :
Cherry-Pick
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Upstream
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It's a good practice to know how to deal with other github commands if you get stuck somewhere !
For me it was :
#207 (comment)
Here's an high level overview of the issue / mess I have created while working on a PR (#207)

main
branch not from thedevelop
branch !So in future if you gotta stuck in some situation like this then below is some steps to overcome 😊
Beta Was this translation helpful? Give feedback.
All reactions