From: Gary Pickrell <gary@pickrell.com>
To: git@vger.kernel.org
Subject: Approach for collaborative branches
Date: Sun, 06 Dec 2009 08:57:10 -0800 [thread overview]
Message-ID: <4B1BE266.2000208@pickrell.com> (raw)
My apologies if this is the wrong place to ask my question.
I've setup a git remote repository and placed the source for a windows
program there. I'm working on getting it to compile on Ubuntu. The
compilers are different so the code needs to be tweeked to make sure it
compiles fine in Ubuntu without breaking anything in Windows. Great!
This is a situation that calls for git branches, I thought. Did the
following:
1) Clone the repository on Ubuntu
2) Made an Ubuntu branch
3) Made my changes to the code. Added files...ect
4) Used git push origin Ubuntu to push the changes to the repository
I'm unable to see my Ubuntu changes on my windows machine. How should I
proceed?
Thanks in advance.
-Gary
next reply other threads:[~2009-12-06 17:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-06 16:57 Gary Pickrell [this message]
2009-12-06 17:15 ` Approach for collaborative branches Matthieu Moy
2009-12-06 18:56 ` Gary Pickrell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B1BE266.2000208@pickrell.com \
--to=gary@pickrell.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).