Skip to content

Because I hate cloning repos without knowing their size.

Notifications You must be signed in to change notification settings

hb0789/better-git-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Git commands are kinda garbage so I made my own. I'll be adding more of these as I see fit.

General installation instructions

  1. Fork and clone.
  2. cd better-git-commands
  3. Run chmod +x *.
  4. Paste the commands you need to ~/.local/bin/.
  5. [OPTIONAL] Add your GitHub API key. Run it while in the bin directory. Remember to replace YOUR_API_KEY with your actual key.
find . -name "*.sh" -type f -exec sed -i 's/^.*better_git_commands_api_key[[:space:]]*=.*$/better_git_commands_api_key=YOUR_API_KEY/' {} +

Available commands

  1. git c : git clone with repo size and general metadata added.

About

Because I hate cloning repos without knowing their size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages