marmolubio + versioncontrol   17

msgpack-rpc/java/pom.xml at master · msgpack/msgpack-rpc · GitHub
  <scm>
    <connection>scm:git:git://github.com/msgpack/msgpack-rpc.git</connection>
    <url>scm:git:git://github.com/msgpack/msgpack-rpc.git</url>
  </scm>
versioncontrol 
5 weeks ago by marmolubio
The Thing About Git
Git is quite different in this regard. You can work on five separate logical changes in your working copy — without interacting with the VCS at all — and then build up a series of commits in one fell swoop. Or, you can take the opposite extreme and commit really frequently and mindlessly, returning later to rearrange commits, annotate log messages, squash commits together, tease them apart, or rip stuff out completely. It’s up to you, really. Git doesn’t have an opinion on the matter.
git  programming  versioncontrol 
12 weeks ago by marmolubio
git - How configure automatic pushing? - Stack Overflow
With git you can use the post-commit hook to push after each commit. To do this you'll need to add an executable post-commit script in your .git/hooks directory. For e.g.
versioncontrol  stackoverflow 
april 2011 by marmolubio
Notes: chromatic vs GitHub
So GitHub (and Gitorius, and repo.or.cz) is a place to have the public versions of your repos.
versioncontrol 
december 2010 by marmolubio
git-push(1)
git push origin master

Find a ref that matches master in the source repository (most likely, it would find refs/heads/master), and update the same ref (e.g. refs/heads/master) in origin repository with it. If master did not exist remotely, it would be created.
documentation  reference  tutorial  versioncontrol 
december 2010 by marmolubio

Copy this bookmark:



description:


tags: