Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created January 29, 2017 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duk3luk3/43b140f78e7a0f15eb19ece46edc52a4 to your computer and use it in GitHub Desktop.
Save duk3luk3/43b140f78e7a0f15eb19ece46edc52a4 to your computer and use it in GitHub Desktop.
(fafclient) luke@Max client(test/news-page-debug-logging|…) % git push -f -u upstream test/news-page-debug-logging:fixup/news-page-debug-logging
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 936 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
To github.com:FAForever/client.git
* [new branch] test/news-page-debug-logging -> fixup/news-page-debug-logging
Branch test/news-page-debug-logging set up to track remote branch fixup/news-page-debug-logging from upstream.
(fafclient) luke@Max client(test/news-page-debug-logging|…) % vim src/client/_clientwindow.py ~/git/faf/client
(fafclient) luke@Max client(test/news-page-debug-logging|✚1…) % git diff ~/git/faf/client
(fafclient) luke@Max client(test/news-page-debug-logging|✚1…) % git commit -a --amend ~/git/faf/client
[test/news-page-debug-logging 79b62ea9] Logging for what's new tab
Date: Thu Dec 15 21:01:29 2016 +0100
1 file changed, 34 insertions(+), 9 deletions(-)
(fafclient) luke@Max client(test/news-page-debug-logging↓1↑1|…) % git push -f ~/git/faf/client
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 935 bytes | 0 bytes/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
To github.com:FAForever/client.git
* [new branch] test/news-page-debug-logging -> test/news-page-debug-logging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment