Date (UTC) User Event
2024-08-13 01:14 n/a Reference refs/heads/main updated from 1acbece1d7891e9015ba9c2763779744fdb136d4 to 3f3e6d3e9e9a8e21248282f571f71e0ec323d0b4
2024-08-12 06:18 n/a Reference refs/heads/main created (1acbece1d7891e9015ba9c2763779744fdb136d4)

README.md:

v2

git推送需要ssh密钥,https://gitgud.io/-/user_settings/ssh_keys 点左边头像-第一行用户名-点右边编辑档案-左边ssh 密钥

用户密码是用户名和个人访问令牌。 点头像:User Settings/Edit Profile/Access Tokens,个人访问令牌,可用一个月。 gitgud个人访问令牌3月16日过期 头像个人设置:聊天下面,电子邮件上面就是。个人访问令牌

Add your files

清除git缓存中的用户名的密码 git credential-manager uninstall 在第一次提交之前,不要忘记设置你的 git 环境: git config –global user.name "dongg" git config –global user.email "771281703@qq.com"

cd existing_repo
git remote add origin https://gitgud.io/m1/m2.git
git branch -M master
git push -uf origin master

Integrate with your tools

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