# e, edit = use commit, but stop for amending # s, squash = use commit, but meld into previous commit # f, fixup = like "squash", but discard this commit's log message # x, exec = run command (the rest of the line) using shell # d, drop = remove commit # l, label = l...
21 # . specified). Use -c <commit> to reword the commit message. 22 # 23 # These lines can be re-ordered; they are executed from top to bottom. 24 # 25 # If you remove a line here THAT COMMIT WILL BE LOST. 26 # 27 # However, if you remove everything, the rebase will be...
Commit History Commits on Feb 13, 2024 Merge branch 'renovate/github.com-charmbracelet-git-lfs-transfer-digest' into 'main' 2 peopleauthored and GitLabcommitted Unverified d19523d Commits on Feb 12, 2024 Update github.com/charmbracelet/git-lfs-transfer digest to e8645ad GitLab Renovate Botco...
Stop an environment when a branch is deleted GitLab 在CI 中配置一个 环境变量 , 当 branch 被删除的时候清理该 环境变量, 触发on_stop动作, 需求。 随后这段代码是节选,在delpoy_actionjob 中创建了一个变量clean/$CI_COMMIT_REF_NAME, 并预置了一个 动作触发器on_stop。当变量被删除的时候, 就会触发d...
We have updated the branch_hooks_service.rb to remove a branch from Jira when it is deleted on GitLab, however, we need to follow up on this work and also delete the commits related to this branch. We need to be careful that we are only removing commits that have been deleted on Git...
From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
$ git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean 这说明你现在的工作目录相当干净。换句话说,所有已跟踪文件在上次提交后都未被更改过。 此外,上面的信息还表明,当前目录下没有出现任何处于未跟踪状态的新文件,否则 Git 会在这里列...
NameLast commitLast update .githubRename GitLab CE to FOSS in GitHub issue templates 5 years ago .gitlabMerge branch 'andrey-cng-helm-repo-cache' into 'master' 1 day ago .lefthookUse a more portable shebag on gitleak scripts 4 weeks ago ...
We're an all-remote company that allows people to work from almost anywhere in the world. It's important for us to practice clear communication in ways that help us stay connected and work more efficiently.
The GitLab Plugin will set some environment variables when GitLab triggers a build, and you can use those to control what code is cloned from Git. The second is the configuration for sending the build status back to GitLab, where it will be visible in the commit and/or merge request ...