在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:frostming/legit开源软件地址:https://github.com/frostming/legit开源编程语言:Python 86.7%开源软件介绍:Legit: Git for HumansInspired by GitHub for Mac. The ConceptGitHub for Mac is not just a Git client. This comment on Hacker News says it best: They haven't re-created the git CLI tool in a GUI, they've created something different. They've created a tool that makes Git more accessible. Little things like auto-stashing when you switch branches will confuse git veterans, but it will make Git much easier to grok for newcomers because of the assumptions it makes about your Git workflow. Why not bring this innovation back to the command line? The Interface
The InstallationFrom PyPI with the Python package manager: pip install legit Or download a standalone Windows executable from GitHub Releases. To install the cutting edge version from the git repository: git clone https://github.com/frostming/legit.git cd legit python setup.py install Note: if you encountered Permission denied, prepend sudo before the pip or python setup.py command. You'll then have the wonderful To view usage and examples, run legit To install the git aliases, run the following command: legit --install To uninstall the git aliases, run the following command: legit --uninstall Command OptionsAll legit commands support In order to view the git commands invoked by legit, use the legit sync --verbose If you want to see the git commands used by legit but don't want them invoked, use the legit publish --fake Caveats
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论