-
Mostly in TXT format.
-
Cloning a fresh repo
1. Git clone ……………linktoyourrepo…………
How to create a branch, add changes and push
1. Create a branch =>git checkout -b staging
2. Make changes to your code
3. Adding code…
-
Table of content
--
* [Branches](https://github.com/edytawrobel/makers/issues/1#issuecomment-263035775)
-
### 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…
-
Add a file listing all the git commands and use cases to help the beginners..
-
## delete a branch
```
git push origin --delete revert-142-reviewer
```
## cherry pick
```
git cherry-pick 4ef5da620a5ae1c3043aa26a65a9218bded3ed84
```
```
git push upstream release-2.0
``…
-
Cannot get the token to work
-
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…
-
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