git-clone

How can I prevent the cloning of my github repository?

别等时光非礼了梦想. 提交于 2020-07-08 17:50:47
问题 I'm trying to figure a way to prevent clone from github repository, for example, I have a private repository and some people working in that, in a company computer, each one in your team and authorization levels setted up. When I set authorization for some user on github, the repository is avaiable on his/her own github account, to see and do what want since is authorized from anywhere. How can I avoid someone to clone the repository on your own computer? Try to figure out someone is planning

How can I prevent the cloning of my github repository?

我与影子孤独终老i 提交于 2020-07-08 17:49:52
问题 I'm trying to figure a way to prevent clone from github repository, for example, I have a private repository and some people working in that, in a company computer, each one in your team and authorization levels setted up. When I set authorization for some user on github, the repository is avaiable on his/her own github account, to see and do what want since is authorized from anywhere. How can I avoid someone to clone the repository on your own computer? Try to figure out someone is planning

How can I prevent the cloning of my github repository?

主宰稳场 提交于 2020-07-08 17:48:50
问题 I'm trying to figure a way to prevent clone from github repository, for example, I have a private repository and some people working in that, in a company computer, each one in your team and authorization levels setted up. When I set authorization for some user on github, the repository is avaiable on his/her own github account, to see and do what want since is authorized from anywhere. How can I avoid someone to clone the repository on your own computer? Try to figure out someone is planning

Cloning a git-svn repository leads to “disappearing” branches

六月ゝ 毕业季﹏ 提交于 2020-06-28 05:49:07
问题 Foreword We have a big SVN repository (200k+ commits and hundreds of branches and tags). A big, ominous, unmaintainable, frustrating mess. To work more efficiently, about a year ago I did a git svn clone on my development machine, so I locally develop on GIT and then push to SVN. We're now thinking about splitting up the repository and move the main development branches to git, or at least to move our development branch on git. Since I have my local git repository, I wanted to do some test by