git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

Feature/git fork

Open hickey opened this issue 9 years ago • 6 comments

Added support for forking on instances of Github other than github.com.

In addition added ability to pull stored settings from git config so that one is not prompted each time for things like username and such.

Also introduced a self documenting way of including helper scripts into the generated scripts. See the Makefile and helper/config-value for details. Also helps keeping one from forgetting to update the needs_* files.

hickey avatar Feb 03 '17 00:02 hickey

Added better detection when the fork fails (which is really a comms error with talking to Github).

If directory already exists, clone will silently fail and the upstream references will be created. If they already exist, then a warning message is printed that it exists.

hickey avatar Feb 04 '17 04:02 hickey

If you would prefer, I can squash all the commits and resubmit the PR.

hickey avatar Feb 04 '17 04:02 hickey

Sorry, I have been busy and this PR fell off the list. Updated wording in the documentation and surprised that I missed that typo. Thanks.

hickey avatar Apr 02 '17 05:04 hickey

Let me know if you would like this PR squashed.

hickey avatar Apr 02 '17 05:04 hickey

You may want to use the curl's -f flag like I did in #649, instead of checking if the response contains "message"

adriaanzon avatar Apr 27 '17 17:04 adriaanzon

We should close this — it's out-of-date and 4 years old, and has no votes.

bl-ue avatar May 29 '21 12:05 bl-ue