Skip to content

Instantly share code, notes, and snippets.

@jnareb
Created July 12, 2017 16:54
Show Gist options
  • Save jnareb/7d363ab0bd1b2d98c08557cd8ae5eb64 to your computer and use it in GitHub Desktop.
Save jnareb/7d363ab0bd1b2d98c08557cd8ae5eb64 to your computer and use it in GitHub Desktop.
Przykładowy wynik wykonania operacji `git push`.
$ git push
Counting objects: 48, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (6/6), 1469 bytes | 0 bytes/s, done.
Total 48 (delta 0), reused 0 (delta 0)
To https://git.company.com/repo.git
f30abad..3fb00bd master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment