DEV Community

Discussion on: How to write your own git commands like "git refresh"?

Collapse
 
swiftwinds profile image
SwiftWinds

For all those getting git: 'refresh' is not a git command. See 'git --help'., make sure to chmod +x git-refresh first if you're on macOS or Linux (I believe that Windows users do not have to worry about this)

Collapse
 
kennybatista profile image
Kenny Batista

Thank you!

Collapse
 
swiftwinds profile image
SwiftWinds

No problem :)