Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mainakrepositor/git-steps

The series of steps you can use to commit a document in your GitHub from your local device, remotely.
https://github.com/mainakrepositor/git-steps

code commit git github github-actions github-config localstorage push repository series

Last synced: 2 months ago
JSON representation

The series of steps you can use to commit a document in your GitHub from your local device, remotely.

Awesome Lists containing this project

README

        

# Git-steps
The series of steps you can use to commit a document in your GitHub from your local device, remotely.

--------------- STEPS TO MAKE A REMOTE GITHUB REPOSITORY-----------------
--------------- ---------------
--------------- MADE BY MAINAK CHAUDHURI ---------------
--------------- ---------------
-------------------------------------------------------------------------

1. Create a git repository
2. Press on "Download code" and copy the [email protected]:"Repository path in github"
3. Make a folder in local device with same name as the github repo name
4. Open GitBash inside the repository file in local system

5. Type these commands :
------------------------
i. git config --global user.name "Your User Account name"
ii. git config --global user.email your email //(without inverted commas)
iii. git clone [email protected]:AccountName/Reponame
iv. cd Repository/
You can move the files from the main file to the newly created blank file with the same name.

v. git add .
vi. git status
vii.git commit -m "any comment" filename.extension
viii. git push -u origin [branch name as per your repository branch]

6. For modification :
------------------------

i. git status
ii. git commit -m "any comment" filename.extension
iii.git push -u origin master.

7. Finally :
-------------------------------------------
| |
| CHECK YOUR GITHUB AND REFRESH THE PAGE |
| |
| |
-------------------------------------------

THANK YOU 🙏🙏🙏

Made by Mainak