Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fc17aa21f |
@@ -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.
|
||||
|
||||

|
||||
|
||||
* Add a file name.
|
||||
|
||||

|
||||
|
||||
* Add your code.
|
||||
|
||||

|
||||
|
||||
* Save and commit directly with comments.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user