[ << Working with source code ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Basic Git procedures ] | [ Up : Basic Git procedures ] | [ Pulling and rebasing > ] |
3.3.1 The Git contributor’s cycle
Here is a simplified view of the contribution process on Git:
- Update your local repository by pulling the most recent updates from the remote repository.
- Edit source files within your local repository’s working directory.
- Commit the changes you’ve made to a local branch.
- Generate a patch to share your changes with the developers.
[ << Working with source code ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Basic Git procedures ] | [ Up : Basic Git procedures ] | [ Pulling and rebasing > ] |