test
Steps to add new git project from local to github -> git init -> git add . -> git commit -m "adding basic " -> gh repo create
? What would you like to do? Push an existing local repository to GitHub ? Path to local repository . ? Repository name java-basic-3 ? Description adding java code to github ? Visibility Public ✓ Created repository aaskumar5/java-basic-3 on GitHub https://github.com/aaskumar5/java-basic-3 ? Add a remote? Yes ? What should the new remote be called? origin ✓ Added remote https://github.com/aaskumar5/java-basic-3.git ? Would you like to push commits from the current branch to "origin"? Yes Enumerating objects: 10, done. Counting objects: 100% (10/10), done. Delta compression using up to 10 threads Compressing objects: 100% (9/9), done. Writing objects: 100% (10/10), 1.84 KiB | 1.84 MiB/s, done. Total 10 (delta 0), reused 0 (delta 0), pack-reused 0 To https://github.com/aaskumar5/java-basic-3.git
- [new branch] HEAD -> master branch 'master' set up to track 'origin/master'. ✓ Pushed commits to https://github.com/aaskumar5/java-basic-3.git