GitStats - statistics tool for all Git submission records
If you are a member of the R & D effectiveness team or engaged in CI/CD or DevOps In addition to providing infrastructure, indicators and data are also a very important part. For example, it is necessary to analyze the code submission of a Git warehouse:
Who submitted the most codes for the warehouseWhat is the activity of the warehouse ...
Added by cx323 on Fri, 21 Jan 2022 22:40:00 +0200
Django framework | personal blog website small project
1, Create project
The project is based on GitHub Hosting websites for source code
1. Create a remote repository of source code: blog
2. Clone remote warehouse
Note: git needs to be installed. Enter "git" on the windows terminal to test the environment
Note: you need to install the virtual environment (pyt ...
Added by rudy.siregar on Fri, 21 Jan 2022 18:13:59 +0200
git learning notes
When installing git, you can go directly to the GIT official website, but the download is slow, Domestic images can be used: http://npm.taobao.org/mirrors/git-for-windows/
After installation, the following message appears after the Windows key is pressed: We can use Git Bash About commands in git
cd .. //Used to return to the previous di ...
Added by TheWart on Wed, 19 Jan 2022 19:46:05 +0200
Basic use of git (configuration file, log / reference log, version fallback, undo elimination, modify commit submission)
0 background
This article is summarized in the git tutorial of gitcode.
1 History
In order to manage the code merging of the Linux system, Linus Torvalds used the distributed version control system BitKeeper at the beginning. Since the permission is withdrawn later, Linus firmly opposes CVS and SVN (although it is free, it is not only sl ...
Added by runelore on Wed, 19 Jan 2022 08:44:29 +0200
Git export stash backup as patch file
Git stash push backs up the current changesWhen we use git for code management, a good advantage is that we can use git command to temporarily back up our modified files and restore them in timeWhen we need to temporarily insert another function to modify a function, we need to back up the previous modification, restore the local code and modif ...
Added by kendall on Wed, 19 Jan 2022 01:48:05 +0200
The tools hidden by programmers can easily realize project development. A command initiates Merge Request project code submission and consolidation, and the Code View reviewer can be specified
The tools hidden by programmers can easily realize project development. A command initiates Merge Request project code submission and consolidation, and the Code View reviewer can be specified.
In the development of the latest git project, the merge request tool is launched with one click to automatically identify the local environment. It sup ...
Added by slipster70 on Tue, 18 Jan 2022 21:33:33 +0200
Consolidate warehouses and keep submission history
Recently, the warehouse has been rectified, and it is planned to use the warehouse management mode of mono repo to manage the company code.
Therefore, it is necessary to merge the original scattered warehouses, but the development requires that the submission history of the original warehouse be retained.
Scenario:
I have two warehouses, rep ...
Added by shooff2332 on Tue, 18 Jan 2022 10:15:54 +0200
Super detailed Git learning record
Super detailed Git learning notes
The video of Shang Silicon Valley found from station B learned Git, recorded the learning content, and gained a lot
Learning address: https://www.bilibili.com/video/BV1vy4y1s7k6?p=11&share_source=copy_web
Git introduces distributed version control tools VS centralized version control tools
What is ...
Added by Garcia on Sat, 15 Jan 2022 15:23:17 +0200
Learn Git and Github, start here!
1, IntroductionGit is a free and open source distributed version control system. Due to its small footprint and fast performance, Git is superior to other SCM tools (SVN, CVS, etc.) and is mainly used for code version management.GitHub is a Git based free version control repository (a concentration of open source projects). Anyone can upload or ...
Added by djcritch on Sat, 15 Jan 2022 04:46:25 +0200
Use of Git and its operation commands
Use of Git and its operation commands
1, Git's built-in tools
Git Bash: Unix and Linux style command line, most used and recommended
Git CMD: Windows style command line
Git GUI: git with graphical interface. It is not recommended for beginners. Try to be familiar with common commands first
Commands commonly used in Linux related to Git
cd,ls ...
Added by ipruthi on Sun, 09 Jan 2022 07:56:26 +0200