Git Basics: From Init to Rebase

Опубликовано: 30 Октябрь 2024
на канале: Programming with John
139
18

In this video I presented more about git:

git configuration
how to init a bare git repo and it's usage
about and how to work with remotes
adding and removing files
committing and commit message
how to work with logs and see more detailed status
difference between pull and fetch
how to work with branches
about stash and how to use it
one of the usages of git rebase

Happy coding!