Tổng đài tư vấn: 033 688 8648
Hotline: 039 511 6390
[Github] - Push to remote only commit id specific
The first is we need have commit id. you can get it by command line
git log --oneline --author=Your_name
After you can push to remote by command :
git push <remote name> <commit hash>:<remote branch name>