Skip to content

Instantly share code, notes, and snippets.

@suakig
Created May 5, 2015 03:22
Show Gist options
  • Save suakig/23fbc6dada93720e03e4 to your computer and use it in GitHub Desktop.
Save suakig/23fbc6dada93720e03e4 to your computer and use it in GitHub Desktop.
windows_consorl_git_bush
yasuaki@YASUAKI-PC ~
$ pwd
/c/Users/yasuaki
yasuaki@YASUAKI-PC ~
$ cd Launch/Unity/Git
yasuaki@YASUAKI-PC ~/Launch/Unity/Git
$ git clone https://github.com/suakig/Unity-ShowCountCycle.git
Cloning into 'Unity-ShowCountCycle'...
remote: Counting objects: 48, done.
emote: Total 48 (delta 0), reused 0 (delta 0), pack-reused 48
Unpacking objects: 100% (48/48), done.
Checking connectivity... done.
yasuaki@YASUAKI-PC ~/Launch/Unity/Git
$ ls
Unity-ShowCountCycle UnityPhoton
yasuaki@YASUAKI-PC ~/Launch/Unity/Git
$ cd U
Unity-ShowCountCycle/ UnityPhoton/
yasuaki@YASUAKI-PC ~/Launch/Unity/Git
$ cd Unity-ShowCountCycle/
yasuaki@YASUAKI-PC ~/Launch/Unity/Git/Unity-ShowCountCycle (master)
$ ls
Assets ProjectSettings README.md
yasuaki@YASUAKI-PC ~/Launch/Unity/Git/Unity-ShowCountCycle (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
yasuaki@YASUAKI-PC ~/Launch/Unity/Git/Unity-ShowCountCycle (master)
$ touch test.txt
yasuaki@YASUAKI-PC ~/Launch/Unity/Git/Unity-ShowCountCycle (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
test.txt
nothing added to commit but untracked files present (use "git add" to track)
yasuaki@YASUAKI-PC ~/Launch/Unity/Git/Unity-ShowCountCycle (master)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment