[Pbuilder-maint] Migration to git repository

Junichi Uekawa dancer at netfort.gr.jp
Sun Jan 7 07:29:49 CET 2007


> > I'd like to migrate the repository to git.
> 
>  That would be great!


I've migrated the repository over to git.  Quick tutorial.


  git-clone ssh://git.debian.org/git/pbuilder/pbuilder.git
  or 
  git-clone http://git.debian.org/git/pbuilder/pbuilder.git

will pull the repository to your local directory. It will create
directory pbuilder, and place .git directory inside it, which is your
local repository.


	git-add filename
will add files to repos.


	git-commit filename

or
	git-commit -a 

will commit your changes locally.


	git-log 
	git-whatchanged
will show you the log.



	git-pull
will update your repository will the latest code.
and
	git-push
will send your changes out to the repository.


I recommend installing 
	qgit 
package for easy log viewing.






regards,
	junichi
-- 
dancer@{debian.org,netfort.gr.jp}   Debian Project



More information about the Pbuilder-maint mailing list