Skip to content

Makes copies of git repositories.

License

Notifications You must be signed in to change notification settings

ugurkorkmaz/gogit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogit

Github top language Github language count Repository size License


🎯 About

gogit makes copies of git repositories.This is much quicker than using git clone, because you're not downloading the entire git history.

🚀 Technologies

The following tools were used in this project:

🏁 Starting

# Install gogit
$ go install github.com/ugurkorkmaz/gogit/cmd/gogit

Default git server GitHub is used. In addition, you can use Gitlab and Bitbucket. You can download release versions and versioned versions

# Start gogit
gogit user/repo my-project
gogit github:user/repo my-project
gogit github:user/repo#v1.0.0 my-project
gogit github:user/repo#master my-project

gogit gitlab:user/repo my-project
gogit gitlab:user/repo#v1.0.0 my-project
gogit gitlab:user/repo#master my-project

gogit bitbucket:user/repo my-project
gogit bitbucket:user/repo#v1.0.0 my-project
gogit bitbucket:user/repo#master my-project

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Extends Work

 

See also


Back to top