Compare commits

1 Commits
Author SHA1 Message Date
Daniel Doubet 6fc17aa21f Test full delete and paste 2020-01-08 13:04:43 -06:00
+33 -3
View File
@@ -2,9 +2,33 @@
Brief description on how to use LoramGit
## Getting Started
## Adding a Repo
There are several ways to start working on your code. The quickest and easiest way is to simply click on the file you want to update, then click the edit icon.
TBD
## New File
* Find the repo that you are going to add a new file too i.e. LoramGit-HowTo and click on New File.
![LoramGit-newfile](https://mobile.loram.com/pics/images/2020/01/07/LoramGit-newfile9357aa38ec2c0773.png)
* Add a file name.
![LoramGit-name](https://mobile.loram.com/pics/images/2020/01/07/LoramGit-namead50b91225fcf63d.png)
* Add your code.
![LoramGit-newcontent](https://mobile.loram.com/pics/images/2020/01/07/LoramGit-newcontent4139bbc31bce7ab5.png)
* Save and commit directly with comments.
![LoramGit-newcommit](https://mobile.loram.com/pics/images/2020/01/07/LoramGit-newcommit48c9c9cda53e9b09.png)
## Editing
There are several ways to start editing your code. The quickest and easiest way is to simply click on the file you want to update, then click the edit icon.
![LoramGit-edit.png](https://mobile.loram.com/pics/images/2020/01/06/LoramGit-edit662be3fa57f52862.png)
@@ -27,4 +51,10 @@ Once you have made your changes, you need to make a pull request and save your i
4. git commit -m "Update this and that"
5. git push origin dev
This is a brief how to. For more details on how to use "Git", check out [this resource here](https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html).
This is a brief how to. For more details on how to use "Git", check out [this resource here](https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html).
Problems? Yeah, me to. Haven't been able to get this to work at all. Here is some docs that might help in the future:
* https://superuser.com/a/912281
* https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
* https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html
* test edit