Skip to content

Instantly share code, notes, and snippets.

@akafred
Created October 24, 2010 19:48
Show Gist options
  • Save akafred/643901 to your computer and use it in GitHub Desktop.
Save akafred/643901 to your computer and use it in GitHub Desktop.
git clone git@github.com:kodemaker/sekretariat.git sek2
Initialized empty Git repository in /Users/kjd/Projects/sek2/.git/
remote: Counting objects: 3016, done.
remote: Compressing objects: 100% (1374/1374), done.
remote: Total 3016 (delta 1735), reused 2741 (delta 1548)
Receiving objects: 100% (3016/3016), 743.93 KiB | 95 KiB/s, done.
Resolving deltas: 100% (1735/1735), done.
MacBook-2:Projects kjd $ cd sek2
MacBook-2:sek2 kjd (master) $ git checkout feature/lagre
Branch feature/lagre set up to track remote branch feature/lagre from origin.
Switched to a new branch 'feature/lagre'
MacBook-2:sek2 kjd (feature/lagre) $ git --version
git version 1.7.1
MacBook-2:sek2 kjd (feature/lagre) $ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:kodemaker/sekretariat.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "feature/lagre"]
remote = origin
merge = refs/heads/feature/lagre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment