Skip to content

Commit

Permalink
V1.0.1 (#2)
Browse files Browse the repository at this point in the history
* feed readme

* add new cheets
  • Loading branch information
lreb committed Feb 4, 2020
1 parent 3b6e214 commit 01640c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ This project was generated with to give solutions to all users that need IT solu

`git checkout -b mynewbranch`

### Push branch change to remote server

git push --set-upstream <origin_name> <branch_name>


### Switch branch

`git checkout mybranch`
Expand Down Expand Up @@ -92,6 +97,14 @@ rm is the remove command
–cached will only remove files from the index. Your files will still be there.
The . indicates that all files will be untracked. You can untrack a specific file with git rm --cached foo.txt

### Add remote url

git remote add origin <ssh-url>

### Remove remote url

git remote rm origin or <origin name>

### Releases & Version Tags

Show all released versions
Expand Down

0 comments on commit 01640c7

Please sign in to comment.