SkillAgentSearch skills...

Git4phi

Git for Philosophers

Install / Use

/learn @rzach/Git4phi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

git4phi

Git for Philosophers

A basic introduction to the revision control system Git for non-programmers, specifically for using Git as a way to collaborate on document writing.

The guide is written in Markdown, the file is git4phi.md, and can be read here. You can download the latest release, including a printable PDF version, here

It is written by Richard Zach

You should feel free to copy & use this as long as you abide by the CC-BY license.

The default branch has been renamed to main. If you have cloned this repository before this change, you will have to do this in your local repository:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Related Skills

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated5mo ago
Forks8

Security Score

72/100

Audited on Oct 16, 2025

No findings