This time, I need to work with Git with Visual studio and is my first time source control configuration, so please bear with me :)
concept:
https://drive.google.com/file/d/0B0_k0QpCVjHYZFFyRng4b2R5b2s/view?usp=sharing
Aim:
- Sync all developers code to a single repository using Git & it's provider in Visual studio.
- Allow developers to check in from and push to this repository
- Revert back to the last working condition
- Other advantages of version control
What is already done:
Following this article, I have setup the main git repository location as:
\\192.168.3.46\operation\Automation\gittest
The code repository will be handled on our local LAN only.
The project location is
C:\Users\zameer\Desktop\WebApplication1
The initial commit is also done successfully.
A blue lock symbol is also showing
Problem:
The main repository (\\192.168.3.46\operation\Automation\gittest
) is appearing to be blank.
We wanted to sync all code on this main location. What steps I'm missing?