Skip to content

sdypy/IMAC2025-OpenSource-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAC2025-OpenSource-Tutorial

Tutorial on open-source collaboration

Basic Git commands

Clone a repository

git clone <url>

Add a file to the staging area

git add <file>

Commit changes

git commit -m "message"

Push changes to the remote repository

git push

Pull changes from the remote repository

git pull

Check the status of the repository

git status

Check the history of the repository

git log

or

git log --oneline

to display each commit on a single line.

About

Tutorial on open source collaboration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages