User Tools

Site Tools


git:main-git

Differences

This shows you the differences between two versions of the page.


Previous revision
git:main-git [2023/05/02 16:14] (current) admin
Line 1: Line 1:
 +Back to [[:start|Main Info Page]]
  
 +
 +Some useful git commands :
 + 
 +  * [[git:git-clone-behind-proxy#1|Clone behind a proxy]]
 +  * [[git:git-conflict-management#1|Conflict Management]]
 +  * [[git:git-new-branch#1|Put changes in a new branch]]
 +  * [[git:git-merging#1|Merging]]
 +  * [[git:git-back-to-last-commit#1|Revert (discard) changes and come back to last commit]]
 +  * [[git:git-restore-deleted-file#1|Restore a file deleted in a previous commit]]
 +  * [[git:git-reset-file-to-previous-commit#1|Restore a file with the content it had in a previous previous commit]]
 +  * [[git:git-branches#1|About branches]]
 +  * [[gitgit-large-files#1|Problem cloning repo with large files]]
 +  * [[git:git-make-git-from-existing-folder#1|Make a git repository from an existing folder]]
 +  * [[git:git-status-config#1|Status and configuration]]
 +  * [[git:git-set-credentials#1|Auto authentication credentials (prevent typing user and password each time)]]
 +  * [[git:git-apply-changes-in-gitignore#1|Apply changes made in .gitignore]]
 +  * [[git:git-change-message-last_commit#1|Change message of last commit]]
 +  * [[git:git-recover-from_tto-large-push-failure#1|Recover from a too large push failure (remote: fatal: pack exceeds maximum allowed size)]]
 +  * [[git:git-submodules#1|Git inside git as submodules]]