Skip to content

Instantly share code, notes, and snippets.

@jnareb
Created July 12, 2017 17:41
Show Gist options
  • Save jnareb/33d191ac75586c592f30d16caf0e428d to your computer and use it in GitHub Desktop.
Save jnareb/33d191ac75586c592f30d16caf0e428d to your computer and use it in GitHub Desktop.
Przykładowy wynik udanego wykonania operacji `git push --force-with-lease` w sytuacji non-fast-forward.
$ git push --force-with-lease
Counting objects: 3, done.
Writing objects: 100% (3/3), 269 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://git.company.com/repo.git
+ 3fb00bd...8d110bd master -> master (forced update)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment