[ImageJ-devel] [Bug 752] "Profile Plot Options..." exception via macro/batch mode

bugzilla at fiji.sc bugzilla at fiji.sc
Sun Jun 15 14:05:28 CDT 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=752

--- Comment #13 from Johannes Schindelin <johannes.schindelin at gmx.de> ---
> How do I get 'get push' to use https?

Maybe this is the wrong ticket to discuss Git issues, but in general, you call
"git push" this way:

    git push <URL> <branch>...

For convenience, you can specify <nickname> instead of <URL> if <nickname> is
listed in the output of "git remote -v".

For further convenience, you can also skip <branch>... (in which case Git <
2.0.0 will push *all* branches which are present locally and remotely, Git >=
2.0.0 will only push the current branch) and even <nickname>, in which case Git
falls back to using "origin", i.e. the special nickname for the remote from
which the current repository was cloned.

Not specifying these parameters is sloppy.

In your case, you should be able to call "git push
https://github.com/imagej/imagej1 master" and it should ask you for your GitHub
credentials.

This is only one of many "tricks" that are described in
http://www.git-scm.com/book. I strongly encourage reading that book, in
particular how to use Git effectively, including fine-grained, well documented
commits. I would also suggest another resource to help with mastering the art
of making excellent commits:
http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20140615/950b3e4a/attachment.html>


More information about the ImageJ-devel mailing list