login
Header Space

 
 

Re: AMD64 port

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Wednesday, July 4, 2007 - 5:56 pm

Noah yan wrote:

You first fork the repo on the web page.  Then you clone the dragonfly.gi=
t repo and add the fork as a second remote (with git remote add).  After =
that you push the dragonfly master branch to the remote.

About this sequence (not tested, feel free to join IRC to work out detail=
s in realtime):

git clone $dragonflygituri	# use the git:// one
cd dragonfly.git
git checkout -b amd64	# create new branch
git remote add amd64-port $amd64portgituri	# use the ssh+git:// one
# add instructions to transfer local head "amd64" to
# the fork's head "noah/amd64" (or "master", or whatever)
git config remote.amd64-port.push refs/heads/amd64:refs/heads/noah/amd64
git push	# push current status

# now work, commit, do whatever
git push	# update status

that's the most basic operation.

cheers
  simon

--=20
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low =E2=82=AC=E2=82=AC=E2=82=AC NOW!1  +++=
      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: AMD64 port, Simon 'corecode' Schubert..., (Wed Jul 4, 1:23 pm)
Re: AMD64 port, Noah yan, (Sun Jul 15, 1:06 am)
Re: AMD64 port, Simon 'corecode' Schubert..., (Sun Jul 15, 6:12 am)
Re: AMD64 port, Noah yan, (Wed Jul 4, 2:27 pm)
Re: AMD64 port, Simon 'corecode' Schubert..., (Wed Jul 4, 5:56 pm)
speck-geostationary