Git system
2016-03-21 13:39:03 9 举报
Git 是一种分布式版本控制系统,用于跟踪文件的更改和协调多人之间的工作。它允许开发者在本地创建分支,进行代码修改和提交,然后将这些更改推送到远程仓库进行共享。Git 的主要优点包括高效的分支管理、快速的历史记录查询、强大的合并能力以及灵活的回滚机制。此外,Git 还支持离线工作,使得开发者可以在没有网络连接的情况下进行开发并随后同步更改。通过使用 Git,团队可以更好地协同工作,确保代码的稳定性和可追溯性。总之,Git 是一个功能强大且广泛使用的版本控制系统,对于软件开发团队来说是必不可少的工具之一。
作者其他创作
大纲/内容
push all tags to remote
git show tag_name
push a tag to remote
HEAD
1
Github web workflow
12
push
8
master
foldersfiles
dev
git stash pop
9
history version
5
update the branchedit+add+commit
git remote add origin git@github.com:user/Repo.git
delete files
tag with comments
check all tags
git --help command_name
7
labels manage
git push origin tag_name
delete branch
git add
20
git status
git push origin :refs/tags/tag_name
remote master
Attribute
git tag -a tag_name -m \"comments\"
git tag tag_name id
working directory
comparison difference
delete local tags
create tags
git tag tag_name
branch manage
15
git checkout --filename
2
pull request
git checkout -b dev
17
13
my repo
git log/reflog
git stash
git reset --hard HEAD^/id
git tag
Github others' repository
16
local Repo
check status
fork
delete tags in remote
clone
start
3
10
public key
necessary
git pullgit fetch
helps
git diff filename
6
19
git rm filename
4
git init
stage
switch branch
ssh-keygen -t rsa -C \"username@email.com\"
tag on history id
merge
git tag -d tag_name
git push origin --tags
create a branch
conflict with merge
18
local repo
remote Repo
14
git commit
private key
11
map
check specified tag
0 条评论
下一页