How to push changes to Github using the command line?
Using Command line to PUSH to GitHub
- Creating a new repository.
- Open your Git Bash.
- Create your local project on your desktop directed towards a current working directory.
- Add the file to the new local repository.
- Add the URL copied, which is your remote repository to where your local content from your repository is pushed.
- Commit the files staged in your local repository by writing a commit message.
- Copy your remote repository's URL from GitHub.
- Add the URL copied, which is your remote repository to where your local content from your repository is pushed.
- Push the code into your local repository GitHub.
- View your files in your repository hosted on GitHub.

Comments
Post a Comment