Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ git init
- Initialized empty Git repository in /home/kst/2015-06-04/.git/
- $ mkdir foo.dir
- $ cd foo.dir
- $ echo hello > hello.txt
- $ git add .
- $ git status
- On branch master
- Initial commit
- Changes to be committed:
- (use "git rm --cached <file>..." to unstage)
- new file: hello.txt
- $
Add Comment
Please, Sign In to add comment