655 B
655 B
New projects
Initializing the repository
- Create the repository on at
git.tams.tech/tws
first and clone - Push an empty commit to the
main
branch with the message 'init':git commit --alow-empty -m 'init'
- All further work to be merged from a branch on a fork
- Return to the web interface at
git.tams.tech/tws
and click the "fork" button - Clone your forked repo
- Add the upstream (ex:
git remote add upstream ssh://git@git.tams.tech:2222/TWS/meta-tasks.git
) - You can then fetch upstream changes and merge them to your fork
- Opening PRs should typically be from your fork's work branch to the upstream main
- Return to the web interface at