Skip to content

Instantly share code, notes, and snippets.

@schmunk42
Created July 4, 2014 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmunk42/f9b9658580c4f59c570c to your computer and use it in GitHub Desktop.
Save schmunk42/f9b9658580c4f59c570c to your computer and use it in GitHub Desktop.
Phundament shallow clone git update
Kraftbuch:test tobias$ git clone --depth=1 -b 4.0 https://github.com/phundament/app.git app-4
Kraftbuch:test tobias$ cd app-4
Kraftbuch:app-4 tobias$ git log
commit b828ad302ee5ff3138367d9d005b3ce14918c3d3
Author: Tobias Munk <schmunk@usrbin.de>
Date: Thu Jul 3 14:58:01 2014 +0200
added git-hook for detecting composer lock changes
.... Some changes via github ....
Kraftbuch:app-4 tobias$ git pull
Aktualisiere b828ad3..00cf522
Fast-forward
docs/about.md | 1 +
1 file changed, 1 insertion(+)
Kraftbuch:app-4 tobias$ git log
commit 00cf5220435ce1c3adec6d0a54e8a39e1bc5e4e5
Author: Tobias Munk <schmunk@usrbin.de>
Date: Fri Jul 4 08:10:14 2014 +0200
Update about.md
commit b828ad302ee5ff3138367d9d005b3ce14918c3d3
Author: Tobias Munk <schmunk@usrbin.de>
Date: Thu Jul 3 14:58:01 2014 +0200
added git-hook for detecting composer lock changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment