"Hiding" things in GIT
Posted
by bobobobo
on Stack Overflow
See other posts from Stack Overflow
or by bobobobo
Published on 2010-02-23T19:47:29Z
Indexed on
2010/04/01
3:23 UTC
Read the original article
Hit count: 321
git
|version-control
Git noob here.
I know this is against the principal of "distributed source control" but I want to "password protect" certain development branches in my GIT repository. That is, I don't want that branch to be available via git branch -r
, except to a certain group of developers who need access to that branch, via some sort of password.
Possible?
© Stack Overflow or respective owner