Git - Patch

Snippet

git format-patch branchName~1 -o </desired/path/for/patch>/patchName.patch





Discover More
Git - Author

The author is the person who originally wrote the code or the patch. The author date is also referred to as the commit date. The default author in git is in order of precedence: the global user...
Git - Committer

The committer is the person who committed the code or applied the patch on behalf of the original author. It's generally a project maintainer or core member. The default Committer is the OS user. ...
Git - User

The user originally for Git is the author. But Git knows two persons: the author: the person who originally wrote the code / the patch. the committer: the person (project maintainer or core member)...



Share this page:
Follow us:
Task Runner