Category: GIT
How to move a directory from one git repository to another one preserving the history
These simple steps will let you move a directory contained within a git repository into another one while preserving the history. Make the parent directory of the source git repository
Read MoreHow to remove permanently an object in GIT
To remove permanantly an object in a remote GIT repository, simply perform these steps. Prior executing them, go to the GIT project folder. This is the one having the .git
Read MoreEGit does not shows project decorations
Decorations are not displayed when some commits are not pushed EGit within the Eclipse IDE. These are the UP and DOWN arrows shown to the right of the project name
Read More