-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(CSC---fixing-push-set-upstream) fixed push.sh to have remotes work a…
…nd set-upstream work
- Loading branch information
Chris Corwin
committed
May 7, 2013
1 parent
b77b139
commit f9417bf
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9417bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, did you not like the push tags thing, or where you just trying to switch back from --set-upstream-to to --set-upstream?
(the reason I made it --set-upstream-to was because when I updated git it kept throwing warnings about --set-upstream being deprecated)
f9417bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f9417bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough. I'm betting you're on an old version of Git. Rather than try and get everyone to upgrade their Git version, I'll just (eventually) re-apply the other changes that got wiped, but, leave --set-upstream in place.
f9417bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that we should NOT be adding any new features to GitScripts2 if a GitScripts3 is in the works. As you stated McCulloh, some of the changes we may want to make could have dependencies on newer versions of Git. I am also not confident how well-tested any of the new features are.
Instead, we should only focus on bug fixes with GS2. Agree/Disagree?
f9417bf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine with me.