Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob
825d80b8bb Merge branch 'main' of git.signorovitch.org:commonwealth-robotics/docs 2024-09-17 13:07:44 -04:00
Jacob
9b1bf9a9ba h 2024-09-17 13:07:20 -04:00

View File

@ -28,6 +28,14 @@ To confirm your configuration works, try commiting to this repository:
$ git clone git@git.signorovitch.org:commonwealth-robotics/docs.git $ git clone git@git.signorovitch.org:commonwealth-robotics/docs.git
$ cd docs $ cd docs
$ echo "Something" >> user-tests/yourname.txt $ echo "Something" >> user-tests/yourname.txt
$ git add user-tests/*
$ git commit -am "Your fancy commit message" $ git commit -am "Your fancy commit message"
$ git push $ git push
``` ```
If it asks for a password on the `clone` step, try:
```bash
$ ssh-agent $SHELL
$ ssh-add ~/.ssh/git.signorovitch.org
```