cvmfs-contrib / config-repo

Master source for CVMFS configuration repository for major organizations
4 stars 20 forks source link

Add cta observatory #106

Closed jose-caballero closed 2 years ago

jose-caballero commented 2 years ago

Add configuration and public key for new domain name cta-observatory.org.

jose-caballero commented 2 years ago

I have just created a new pull request for cta-observatory.org, but this time from a feature branch.

DrDaveD commented 2 years ago

I would also like you to put the changes all in one commit. In this case the easiest thing is probably to start from a fresh egi branch created off of the upstream branch, then do git push origin -f --set-upstream, then either start a fresh feature branch off of that or perhaps in your feature branch do git rebase egi. In general a way to redo a commit is git reset HEAD^1 and then after a commit do git push -f.