soniya.rayabagi
Thu Jan 25 2024
touch filename :
Used to create an empty file .git remote :
The command is used to manage remote repositories.git reset HEAD~1 :
Removes the most recent commit from the current branch without modifying the working directory.git pull origin branch_name :
Fetches changes from the specified branch (branch_name) on the origin remote repository.