当前位置:网站首页>[tips] a simple method to create a version control project
[tips] a simple method to create a version control project
2022-07-24 07:14:00 【Zhang is the moon cake at the bottom of the lake. You can call 】
describe
Sometimes we have written a project offline , Want to add version control function to the project at this time . But I don't want to add all files to version control , At this time, you can use the following methods :
- Create a new project , Copy git Address
- In the local git clone
- Copy the initial code of offline code
- Omit files that should not be updated
- commit
The advantage of this method is that it is applicable to all versions of version control programs and code warehouse websites
边栏推荐
- Redis master-slave mechanism
- Part II - C language improvement_ 1. Overview of C language
- Mqtt learning
- Huawei experts' self statement: how to become an excellent engineer
- 野指针,空指针,失效指针
- Redis sentinel mechanism
- 重磅直播 | ORB-SLAM3系列代码讲解地图点(专题二)
- 树莓派换源
- C language from introduction to soil -- super detailed summary of operators
- JMeter notes 2 | JMeter principle and test plan elements
猜你喜欢
![[USB voltmeter and ammeter] Based on stm32f103c8t6 for Arduino](/img/5f/40e4e144a628ef1aa38ab536b40366.png)
[USB voltmeter and ammeter] Based on stm32f103c8t6 for Arduino

【方向盘】IDEA的代码审查能力,来保证代码质量

Blockbuster live broadcast | orb-slam3 series code explanation map points (topic 2)

Take you step by step to learn C (one)

Pytorch deep learning practice lesson 10 / assignment (basic CNN)

【行测】图形找规律类题目

RIoTBoard开发板系列笔记(九)—— buildroot 移植MatchBox

变量和数据类型(04)完结

单点登录的三种实现方式

C language from introduction to soil -- super detailed summary of operators
随机推荐
B. Also Try Minecraft
Input the names of 10 people and output them in descending order
Part II - C language improvement_ 2. Memory partition
电子商务时代,企业社交电商转型要做什么?
PyTorch 深度学习实践 第10讲/作业(Basic CNN)
Take you step by step to learn C (one)
Upload excel file
What kind of mode can make platform users self-help fission- Chain 2+1
Basic syntax of MySQL DDL and DML and DQL
Redis 哨兵机制
Upload pictures Base64
【LeetCode】444. 序列重建
Redis sentinel mechanism
Pytorch deep learning practice lesson 10 / assignment (basic CNN)
8. Use the quadratic geometry technology to draw a small column on the screen.
csdn,是时候说再见!
Prompt for garbled code when CHM file is opened
RIoTBoard开发板系列笔记(九)—— buildroot 移植MatchBox
Chapter007-FPGA学习之IIC总线EEPROM读取
第二部分—C语言提高篇_2. 内存分区