Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indent
  • Loading branch information
rhancock committed Feb 24, 2020
1 parent d2d954e commit 5dbf422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -44,9 +44,9 @@ You need to provide two directories for this to work:

```bash
git remote set-url origin \
https://${USER}@github.uconn.edu/${USER}/hw3.git
```
in your `hw3` directory. This will avoid the `The requested URL returned error: 403 Forbidden while accessing ` error when pushing.
https://${USER}@github.uconn.edu/${USER}/hw3.git
```
in your `hw3` directory. This will avoid the `The requested URL returned error: 403 Forbidden while accessing ` error when pushing.
- Use the command `unset SSH_ASKPASS` prior to pushing to avoid the error `(gnome-ssh-askpass:19484): Gtk-WARNING **: cannot open display:`
- When committing, you can specify a short commit message on the command line with the `-m` option: `git commit -m 'commit message'`. If you do not do this, the default editor will open so you can write your commit message. The default is usually `vi`.
- Press `i` to enter insertion mode and write your message
Expand Down

0 comments on commit 5dbf422

Please sign in to comment.