cms-sw / cms-git-tools

CMS Git Helpers
34 stars 26 forks source link

Add a `git cms-remote` command. #86

Closed fwyzard closed 7 years ago

fwyzard commented 7 years ago

Description: Adds a remote repository called USER pointing to https://github.com/USER/cmssw.git . By default only fethcing from this remote is enabled, using the HTTPS protocol. The default behaviour is to immediately fetch the new remote repository; this can be disabled with the '--no-fetch' option. Pushing can be enabled with the '-w' or '--enable-push' option; the default is to use the SSH protocol. If '--ssh' is given, the SSH protocol will be used for all URLs. If '--https' is given, the HTTPS protocol will be used for all URLS.

cmsbuild commented 7 years ago

A new Pull Request was created by @fwyzard (Andrea Bocci) for branch master.

@cmsbuild, @smuzaffar, @mrodozov can you please review it and eventually sign? Thanks. You can sign-off by replying to this message having '+1' in the first line of your reply. You can reject by replying to this message having '-1' in the first line of your reply.

external issue cms-sw/cmsdist#3326

fwyzard commented 7 years ago

fixes #73

kpedro88 commented 7 years ago

@fwyzard should probably add a man page for this