-
Notifications
You must be signed in to change notification settings - Fork 0
Help
Dharmavirsinh Jhala edited this page Jul 31, 2013
·
2 revisions
- git merge --no-ff can be used to ensure that a merge commit is always created.
- We recommend every repository include a README, LICENSE, and .gitignore.
touch README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/dharmavir/Git-Help.git git push -u origin master
git remote add origin https://github.com/dharmavir/Git-Help.git git push -u origin master