Created
May 5, 2015 03:22
-
-
Save suakig/23fbc6dada93720e03e4 to your computer and use it in GitHub Desktop.
windows_consorl_git_bush
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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