Fuzzing.in Logo FUZZING.IN
Back to Blog
Uncategorized

[Notes] useful git commands

Author Hardik Shah
August 11, 2020
1 min read

git reset to master
git fetch origin
git reset --hard origin/master

git check origin url

git config --get remote.origin.url

git create patch

git diff > file.patch

git apply patch

git apply file.patch

Tags: commands git
Previous [Notes] Fuzzing on linux
Next Fuzzing FFMpeg with AFL on ubuntu

Related Posts