-
## delete a branch
```
git push origin --delete revert-142-reviewer
```
## cherry pick
```
git cherry-pick 4ef5da620a5ae1c3043aa26a65a9218bded3ed84
```
```
git push upstream release-2.0
``…
-
list of commands
-
Here is a list of some basic Git commands to get you going with Git.
For more detail, check out the [Atlassian Git Tutorials](https://www.atlassian.com/git) for a visual introduction to Git comma…
-
### Is your feature request related to a problem? Please describe.
yadm can be slow on slower systems.
### Describe the solution you'd like
Cache expensive git calls.
### Additional contex…
-
imageWidth: 600, // Default is 600
imageHeight: 900, // Default is 900
}),
],
rainlinkNodes: [
{
name: "Lunox",
host: "bd…
-
### Current Behavior
I freely admit this is probably due to my setup, but I'm not sure what is happening and if I can fix it.
When I try and do tab completion with `ls` I get:
```
❯ ls
invali…
-
Learn common git commands and features
1. git clone
2. git remote add
3. git checkout -b
4. git add
5. git commit
6. git push
7. git reset
8. git revert
9. config git
10. gitignore
-
### Eschewed features
- [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature.
### What would you like to h…
-
Hi Team,
while pushing data from local to git remote repo we are getting below error-"large file detected. you may want to try Git large file storage"
but I'm unable to install Git Lfs on local mach…
-
The validator-cli contains several important commands in the `src/node-commands.ts` file, but currently lacks comprehensive unit tests. Adding tests for these commands will significantly improve the r…