Currently, I want to contribute to OpenStack and I am new to Gerrit.
In Gerrit, I created a new branch my_branch
but actually my code is very huge. Please kindly let me know how I can split my code to smaller changes with the same branch my_branch
.
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- Is there a version control system abstraction for
- ssh: Could not resolve hostname git: Name or servi
- Cannot commit changes with gitextensions
- git: retry if http request failed
Pleaas tray git gui tools - citool, gitk.
git citool
gives possibility to choose which files and even which lines you put in new commit.Very useful maybe also
gitk
command which show your commits tree.gitk
gives also posibility to run some other git comman from gui.