https://github.com/raduldev/nipah-poster
poster presentsion analysis of nipah virus
https://github.com/raduldev/nipah-poster
Last synced: about 1 year ago
JSON representation
poster presentsion analysis of nipah virus
- Host: GitHub
- URL: https://github.com/raduldev/nipah-poster
- Owner: RadulDev
- Created: 2022-11-15T06:40:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T07:17:13.000Z (over 3 years ago)
- Last Synced: 2025-01-29T13:09:20.114Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nipah-poster
poster presentsion analysis of nipah virus
git commands.
go to a directory where you would like to clone(download ) the repository to. then use following commands
to clone the repository
git clone " \ "
ex: git clone "https://github.com/RadulDev/nipah-poster.git"
(git clone is only one time command. for first time only.)
to know status
git status
to make file to push(upload) to repo:
git add .
again check status to make sure the files are ready to push.
earlier it may be red colour, now it will be green or some other colour.
git status
bundling the package to push.
git commit -a -m "\"
for upload.
git push
whenever want to work with the repo, for updated repositories use command:
git pull
(this give updated repository.like if many people working on same project, this will make sure all are having same file to work on.)
(always start working after git pull command, and end working by git push command for keeping project updated.