EN VI

What is Git?

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Posts (2)
2022-06-05 18:03:27
Hướng Dẫn Triển khai CI/CD với Gitlab Trong 1 Bài Viết
CI/CD là gì? – Cũng hơn một tháng kể từ bài viết gần nhất, nay mới có thời gian ngồi viết lách tiếp. Dạo gần đây thường release các dự án outsource nên cũng hay làm documentation cũng như  mở các dự á...
0
1206dev Admin
2023-05-26 23:47:16
Các bước cài đặt git CI/CD trên dự án centos laravel chi tiết
Tôi có thể hướng dẫn bạn cách triển khai ứng dụng Laravel sử dụng GitLab CI/CD và Docker trên CentOS. Bạn cần thực hiện các bước sau:Cài đặt ACL trên CentOS bằng lệnh sau:yum -y install acl Tạo một n...
0
Questions (11)
2022-05-31 18:05:40
I found a solution! I can't explain why it works, but it fix the error.I had previously tried this with a git submodule update between step 3 and step 5, and that didn't seem to work. However:git subm...
Tags: Coding Lập trình git
1206dev Admin
2023-09-10 15:06:33
The problem was in a mismatch between VPN MTU and Linux under WSL2 MTU sizes. It can be identified via 2 commands: Windows PowerShell (run as administrator) netsh interface ipv4 show subinterfaces Not...
Tags: git gitlab github
2024-03-12 22:00:11
Perhaps these FILLFACTORs have been automatically generated by the SQL server. Perhaps. And if so, there's no need to version them. You version enough to recreate the project entirely from the repos...
Tags: sql-server git t-sql
2024-03-12 23:00:07
Is there any way to get a list with the names of the modified files in a branch if it has already been merged into another branch? Find the merge, then git diff --name-only $merge^1...$merge^2. See...
Tags: git command-line git-merge
2024-03-13 16:30:04
As far as I know you can't push an empty directory to git (and even if you are able to, you are not able to pull it down). Edit: see this discussion: How do I add an empty directory to a Git repositor...
Tags: git github version-control
2024-03-14 11:00:06
These build-with-just-one-tool conceits might make fun puzzles, but the fact is Git's one tool in a very capable toolbox. git log --pretty= --name-status | awk -F$'\t' '!seen[$2]++ && $1=="A"' will f...
Tags: bash git git-filter-repo
2024-03-14 18:00:06
Assuming that you still have: A' -> A'' -> B' what we need to do is combine A'' and B' together. Once you do this, both the addition and removal of 'o' will be in a single commit (say B'') and they wi...
Tags: git
2024-03-14 22:00:10
To run git diff, disable shallow fetch on checkout: Shallow fetch https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for-git?view=azure-devops&tabs=yaml#shallow-fetch...
Tags: git azure-devops
2024-03-14 23:00:09
Angular uses a custom script to generate its change logs
Tags: Javascript angular git
2024-03-15 00:30:05
Generally speaking don't use git add . as an everyday command. Especially if it's not what you want. And if you are adding a massive load of files, just follow it with a git reset before your commi...
Tags: git

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login