Posts by Maslor • 121 points
2 posts
-
1
votes2
answers9322
viewsA: How to push remote branches?
Try the following: git remote -v This will list the currently configured remote repositories Then do the following: git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git…
-
1
votes1
answer857
viewsA: Slow GIT console startup
I take it you are using the git desktop application for windows, not the direct command line as it happens in linux. The git shell console that comes with git desktop for windows weighs much more on…