Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mainakrepositor/git-steps
- Owner: MainakRepositor
- Created: 2020-11-09T12:16:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T16:51:39.000Z (over 1 year ago)
- Last Synced: 2024-05-11T05:46:18.376Z (9 months ago)
- Topics: code, commit, git, github, github-actions, github-config, localstorage, push, repository, series
- Homepage:
- Size: 125 KB
- Stars: 109
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 system5. 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