Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active May 14, 2018 21:11
Show Gist options
  • Save vpnwall-services/6c5c75c2546e3ff3a480877510d16117 to your computer and use it in GitHub Desktop.
Save vpnwall-services/6c5c75c2546e3ff3a480877510d16117 to your computer and use it in GitHub Desktop.
[Github first push] Initialize folder for first push to Github #linux #initial #git
echo "# my project" >> README.md
git init
git add *
git commit -m 'initial commit'
git remote add origin https://github.com/user/project.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment