Re: [Easytag-mailing] Album Artist



On Tue, 2012-01-03 at 23:00 +0000, Mark Ferry wrote:
> tl;dr:  git push origin master
> 
> If you've merged the patch to your local master then you probably just
> need to:
>     git push origin master
> 
> where 'origin' is the shortcut name for the easytag remote repo.
> 
>     git remote -v
> will show you what remotes you have configured.
> Mine shows two, the easytag repo and my own github repo:
> 
> gnome@nixie:~/src/easytag$ git remote -v
> github  git github com:markferry/easytag.git (fetch)
> github  git github com:markferry/easytag.git (push)
> origin  git://easytag.git.sourceforge.net/gitroot/easytag/easytag (fetch)
> origin  git://easytag.git.sourceforge.net/gitroot/easytag/easytag (push)
> 
> If, as many git maintainers do, you've pulled patches to a topic branch
> for integration testing, you'd want to first merge that topic branch to
> master before pushing.
> 
> Thanks,
>     Mark

Informative and exactly what I needed. I just pushed to the remote SF
repository and you should be able to see your changes here:

http://easytag.git.sourceforge.net/git/gitweb.cgi?p=easytag/easytag;a=shortlog

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]