Short git intro

How to use git

Originally posted .

See also GitHub’s cheatsheet for git.

# Check status
git status

# Add new file or changes to file
git add path/to/file

# Commit changes to local repository
git commit -m "Message."

# Push changes to remote repository
git push

Feedback / comments?

Either, send e-mail of ping at Mastodon (mastodontti.fi/@ypcs.