GIT

From eLinux.org
Revision as of 22:58, 19 July 2017 by Atul (talk | contribs) (Created page with "=== Git Commands : === git diff git add git commit -s -v git format-patch LAST_LOCAL_COMMIT_ID git show HEAD git log --pretty=oneline --abbrev-commit git show --pretty=oneli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Git Commands :

git diff git add git commit -s -v git format-patch LAST_LOCAL_COMMIT_ID

git show HEAD git log --pretty=oneline --abbrev-commit git show --pretty=oneline --abbrev-commit HEAD git show HEAD | perl scripts/get_maintainer.pl --separator , --nokeywords --nogit --nogit-fallback --norolestats --nol perl scripts/get_maintainer.pl --separator , --nokeywords --nogit --nogit-fallback --norolestats --nol -f drivers/staging/most/aim-sound/sound.c

git format-patch -o /tmp/ HEAD^