From 5dbf4227e34faa164696996dbce95aab8e5bf6b5 Mon Sep 17 00:00:00 2001 From: rhancock Date: Mon, 24 Feb 2020 13:16:07 -0500 Subject: [PATCH] Fix indent --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 404ac5d..16acd53 100644 --- a/README.md +++ b/README.md @@ -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