Revit secondary development in visual studio 2019 in git version control

Download Git

Reference links

Reference links https://blog.csdn.net/huangqqdy/article/details/83032408

Installation configuration

Enter the command after installing git bash open git
git config to determine whether to install
git config --global user.name "youname" fill in the registration github ID
git config --global user.email "EMAILADDRESS," fill in the e-mail address registered
Binds input git config - -list for confirmation

Set within Visual Studio

Reference links

Reference links https://blog.csdn.net/HW140701/article/details/89736246?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

Configuration Steps

Create a new project:Here Insert Picture Description

Right Solution Manager

Here Insert Picture Description
In Team Manager, click on github If you have your own server can choose to push to a remote repository
Here Insert Picture Description

After the pop-up window, fill in the appropriate information or for web confirmed by github

Here Insert Picture Description
push the project
Here Insert Picture Description
it will automatically create a project on github
Here Insert Picture Description
we modify this real project
Here Insert Picture Description
below click on the submit
Here Insert Picture Description
figures show has been temporarily stored, if confirmed click synchronization
Here Insert Picture Description
can see Team Explorer or above the display has been successfully uploaded via the output window View
Here Insert Picture Description
Here Insert Picture Description
and then go see the github project
Here Insert Picture Description
click here to see the older blog, clearly landed on vs git account
so you can manage projects git version!

Published 18 original articles · won praise 3 · Views 1970

Guess you like

Origin blog.csdn.net/qq_41059339/article/details/104752235