GIT Life Cycle
by
Anuj Verma
·
Published
· Updated
- We clone the Git repository as a working copy.
- We modify the working copy by adding/editing files.
- If necessary, you also update the working copy by taking other developer’s changes.
- We review the changes before commit.
- we commit changes. If everything is fine, then we push the changes to the repository.
- After committing, if we realize something is wrong, then we correct the last commit and push the changes to the repository.
Recent Comments