I decide to move on in my life and change company. I want to remove all my GIT repositories ( private one - and probably backup them ) from company git server. I know that best way is probably to delete folder where my files are stored. But i want to do clean way out.
Mostly of this repositories are my own private ( since i have good relationship with my boss - he allowed me to use company git server for my private projects which aren't in conflict with company primary projects ( most of them are my PHP/mySQL tests and apps while i'm C# dev ).
I must admit at start that i don't have any experience with git ( mostly i used svn ) except push pull commit.
thanks in advance.
Sile