1. Login to your GitHub account and create the repo
2. Go to command prompt;
git config --global user.name "yumani" git config --global user.email "yumani@gmail.com"
3. Navigate to the location of the local repo and use the below commands.
It will initialize the repo, add the files and push to the origin with the comments.
git init
git add *
git status
git commit -m "Adding the initial file set"
git remote add origin https://github.com/yumaniranaweera/snuggery.git
git push origin master
4. You can import the files structure to your Eclipse editor from "File >> Import>>
No comments:
Post a Comment