List of commits:
Subject Hash Author Date (UTC)
更新 3f3e6d3e9e9a8e21248282f571f71e0ec323d0b4 dongge 2024-08-13 01:13:53
更新 1acbece1d7891e9015ba9c2763779744fdb136d4 dongge 2024-08-12 06:18:18
Commit 3f3e6d3e9e9a8e21248282f571f71e0ec323d0b4 - 更新
Author: dongge
Author date (UTC): 2024-08-13 01:13
Committer name: dongge
Committer date (UTC): 2024-08-13 01:13
Parent(s): 1acbece1d7891e9015ba9c2763779744fdb136d4
Signer:
Signing key:
Signing status: N
Tree: 11dfdbb2890a6b97a6e8091c212b10df563b739f
File Lines added Lines deleted
README.md 27 0
新建文本文档.txt 0 0
File README.md added (mode: 100644) (index 0000000..f5d996d)
1 # v2
2
3 git推送需要ssh密钥,https://gitgud.io/-/user_settings/ssh_keys
4 点左边头像-第一行用户名-点右边编辑档案-左边ssh 密钥
5
6 用户密码是用户名和个人访问令牌。
7 点头像:User Settings/Edit Profile/Access Tokens,个人访问令牌,可用一个月。
8 gitgud个人访问令牌3月16日过期 头像个人设置:聊天下面,电子邮件上面就是。个人访问令牌
9
10 ## Add your files
11
12
13
14 清除git缓存中的用户名的密码
15 git credential-manager uninstall
16 在第一次提交之前,不要忘记设置你的 git 环境:
17 git config --global user.name "dongg"
18 git config --global user.email "771281703@qq.com"
19 ```
20 cd existing_repo
21 git remote add origin https://gitgud.io/m1/m2.git
22 git branch -M master
23 git push -uf origin master
24 ```
25
26 ## Integrate with your tools
27
File 新建文本文档.txt deleted (index e69de29..0000000)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dongge/m4

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dongge/m4

Clone this repository using git:
git clone git://git.rocketgit.com/user/dongge/m4

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main