Git Commit Record

From GM-RKB
(Redirected from Git commit)
Jump to navigation Jump to search

A Git Commit Record is a source code commit record that is a Git record.



References

2008

  • https://blog.osteele.com/2008/05/my-git-workflow/
    • QUOTE: Basically, git commit "records changes to the repository" while git push "updates remote refs along with associated objects". So the first one is used in connection with your local repository, while the latter one is used to interact with a remote repository.