You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Customise the commit message template that is used on sync
49
62
- Use `%s` to have the date and time inserted in the format `yyyy-MM-dd HH:mm:ss` (`1997-01-01 12:00:00`)
50
63
64
+
### Author Name & Email
65
+
- Customise the name and email of the author used for commits
66
+
67
+
### Default Remote
68
+
- Modify the default remote used for operations
69
+
51
70
### Gitignore
52
71
- Allows editing of the repository's gitignore file
53
72
- A list of files and folder paths that should not be synced
@@ -58,6 +77,8 @@ Manual arbitrary authentication methods for more advanced/self-hosting users
58
77
- A list of files and folder paths that should not be synced
59
78
-[See here for more](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#excluding-local-files-without-creating-a-gitignore-file)
0 commit comments