Skip to content

Instantly share code, notes, and snippets.

@xfsnowind
Created September 29, 2015 18:20
Show Gist options
  • Save xfsnowind/8e303c745fc879a25265 to your computer and use it in GitHub Desktop.
Save xfsnowind/8e303c745fc879a25265 to your computer and use it in GitHub Desktop.
git initialization
#initialize the project
> git init
> touch text
> echo "test"
> text
> git add text
> git commit -m "init and create a text file"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment