GIT GUI client on Windows for Unix GIT installation -


our company programs , runs data analysis on linux server. programming done in windows clients (sas, generally). each project programmed 1 person , reviewed another.

we put our projects under version control leave code on server (ie not pulling local windows repositories). advantage incremental backup , helps confirming changes reviewer.

does know of windows client can read remote repositories perform git actions using git on linux, rather on windows? trying few clients (e.g. sourcetree , smartgit) suggests latter possible.

thanks, rich

one way achieve want export directories containing git repositories on server on cifs (via samba) , mount them network disks on workstations.

but can't understand what's wrong using git normal way.

deployment best done using native packages target system (hard on windows, admit) or tar.gz archive (doable using git archive) or tool git-ftp or rsync.

if need code review, consider using gerrit.

as backups, each git repository clone is, in sense, set of differential backups of itself. is, more (local) clones have safer are.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -