bLog
Git with it. My notes on how to use Git.
4 Posts
-
Including the parentNode default skin in your website as a git subtree
- 2018-10-04, 15:00
-
- parentnode.dk
To use the parentNode default skin, you can include it in your project as a git subtree.
-
Change Git repository origin
- 2016-05-02, 12:36
-
- parentnode.dk
Your local Git repository origin setting should be updated if you moved to a different Git hosting provider or if you renamed the existing origin repository. Here is how you change the origin.
-
Git filemode - Making Git ignore file permission changes
- 2015-04-02, 15:10
-
- parentnode.dk
Sometimes you want to have a very relaxed set of file permissions on your local development source, but setting new file permissions will be reflected in the Git repository and before you know it, you are committing file mode changes to every file in your repos.
-
Delete files from Git repository and history
- 2015-04-02, 13:36
-
- parentnode.dk
Deleting and permanently removing files from Git repository and history.