-
Split instructions for git and svn
**\* git
**releasePrepare**
- Checks that there are no local modifications (git status)
- Checks that your current HEAD is not a release tag
- Checks there are n…
-
We have a branch [jsoo-tip](https://github.com/ocaml-wasm/wasm_of_ocaml/tree/jsoo-tip) which contains the changes we make to the Js_of_ocaml code in `compiler/lib`, and a branch [jsoo-merge](https://…
-
Hi!
I really need some help with this. Ihave two Errors currently:
1)$ git commit -m "getting ready to push an example cachematrix file"
On branch master
Your branch is ahead of 'origin/master' by…
-
The [git-branch doc](http://git-scm.com/docs/git-branch) states
```
With --contains, shows only the branches that contain the named commit (in other
words, the branches whose tip commits are descenda…
-
**Describe the bug**
I use [difftastic](https://github.com/Wilfred/difftastic) to generate a friendlier diff and this is set as a global git option via `git config --global diff.external difft`.
…
-
### Description
I had some trouble using SSH key singing on Gitea. I'm adding this issue to help others who may be searching for solutions and to suggest some improvements. I'll try to contribute t…
-
### Add a description
Currently, no claims are made about the state of a repository before gittuf was applied. It might be worth looking into how we can support some claim as to the state of the repo…
-
If you're creating a new app inside a git repo, 'next steps' includes this...
```bash
git init && git add -A && git commit -m "Initial commit" (optional)
```
...and it should probably just say…
-
**Is your feature request related to a problem? Please describe.**
I’m experiencing issues with maintaining consistent code quality and enforcing project standards across my team. Manual checks and c…
-
I runned the following on a `--mirror` clone of my repository:
```shell
$ bfg --replace-text passwords.txt my-repo.git
$ cd my-repo.git
$ git reflog expire --expire=now --all && git gc --prune=n…