Github Commands
November 05, 2020
-
error: cannot lock ref ‘refs/remotes/origin/feature/branch-name’
git update-ref -d refs/remotes/origin/feature/branch-name
-
show difference with stashed code
git stash show -p // shows diff with most recent stash git stash show -p stash@{1} // shows diff with specific stash