Adding an existing project to GitHub using the command line
- Create a new repository on GitHub. You can also add a gitignore file, a readme, and a license if you want to add.
- Open Git Bash
- Select the current working directory to your local project.
- Initialize the local directory as a Git repository with below command.
git init - Adding the files to your new local repository. This stages them for the first commit.
git add . - Commit the files that you’ve staged in your local repository.
git commit -m "initial commit" - Copy the HTTPS URL of your newly created repo
- Open the Command prompt, add the URL for the remote repository where your local repository will be pushed.
git remote add origin remote repository URL
git remote -v - Push the new changes in your local repository to GitHub.
git push -f origin master
After follow above steps your code will be available in GitHub.
ReplyDeleteGreat post.Thanks for sharing such a worthy information...
Data Science Courses in Bangalore
Data science course in Pune
Data science course in Hyderabad
Data science course in Delhi
Data Science Course in Gurgaon