Skip to content

Tags: pleezz/gita

Tags

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reimplement gita clone nosarthur#202 (nosarthur#216)

* reimplement gita clone nosarthur#202

The previous `gita clone config-file` corresponds to `gita clone -f config-file`

Now, by default
`gita clone <url>` translates to `git clone <url>` at the current
working directory

Also add `-C` option for changing current working directory before execution

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix rename repo issue: group file is not updated (nosarthur#207)

v0.15.9

Toggle v0.15.9's commit message
add color scheme reset nosarthur#189

v0.15.8

Toggle v0.15.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clean up shell and super parsing (nosarthur#196)

v0.15.7

Toggle v0.15.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add gita group -p option to modify group path nosarthur#187 (nosarthu…

…r#190)

v0.15.5

Toggle v0.15.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add auto context (nosarthur#185)

add auto context

v0.15.2

Toggle v0.15.2's commit message
remove check=True in gita shell subprocss

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request nosarthur#170 from nosarthur/feature/auto-group

add auto-group

v0.15.0

Toggle v0.15.0's commit message
exclude newline on csv writer

v0.14.9

Toggle v0.14.9's commit message
fix test