
Git .gitignore File
In the .gitignore (hidden) file we add those entries of the files which are not part of the git local repo but these files are present in your git working directory.
Tutoriels Git et GitHub : installation, configuration, workflow, branches, merge, rebase, reset, revert, stash, tags et cherry-pick expliqués avec exemples.

In the .gitignore (hidden) file we add those entries of the files which are not part of the git local repo but these files are present in your git working directory.

Git Revert Command will undo the changes for a particular commit and unlike git reset command it will not delete the commit details.

It is used to delete the recent commits ( Like last commit or last 2 commits etc.) and with the help of this command's options, you can reset the state of commits to untracked or stage area.

Git Squash commit To squash in Git means to combine multiple commits into one.

Below is the example for git workflow and it shows the different stages with git commands to manage local and global repositories (I am using Git Lab but you…

Git Configuration is a convenient way to set up the global or local configuration for a git project.

Git-hub It is a remote repository that is available on internet.

Git Installation Steps git It is a version control system for tracking the changes in the source code on the local OS.

It is a repository which maintains the changes to a file(s) over time so that you can recall a specific version later.

Learn Git distributed version control system via tutorial on Ubuntu 24.04 install, config, workflows, branches, merge rebase and advanced commands with examples.