Functions§
- add_
files_ in_ current_ dir - branch_
exists - changed_
files - check_
git_ repository_ clean - Checks if the current directory’s repo is clean
- checkout_
branch - checkout_
main_ branch - checkout_
or_ create_ branch - clone
- commit
- Commits changes from the current repo
- create_
branch - current_
branch - find_
repo 🔒 - Walks up from the current working directory until it finds a
.git
and opens that repo. Panics (Err) if none is found. - get_
git_ sha - get_
modified_ files - Get a list of files that have been modified, as a vector of strings
- git_
ls_ files - Returns a list of tracked files. If
pattern
is specified, it filters using that pattern. - is_
warning_ 🔒line - list_
files - merge_
branch - push
- Pushes changes from the current repo
- push_
and_ set_ upstream - push_
branch - run_
and_ check_ output - set_
config_ value - tag_
version