Horje
git delete last commit in remote Code Example
git remove las remotet commit
git reset HEAD^ # remove commit locally
git push origin +HEAD # force-push the new HEAD commit
delete last commit from remote repo
git reset HEAD^ --hard
git push <<remote>> -f
git delete last commit in remote
1
$git rebase -i HEAD~2
Source: ncona.com




Shell

Related
cpoying data in batch Code Example cpoying data in batch Code Example
creating a 2d array in a script in linux shell Code Example creating a 2d array in a script in linux shell Code Example
inkscape svg to pdflatex Code Example inkscape svg to pdflatex Code Example
react native background gradient Code Example react native background gradient Code Example
dpkg get installed package version Code Example dpkg get installed package version Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11