Skip to content

Commit b038d47

Browse files
Update Git_SSH_Notes.md
1 parent fce61f4 commit b038d47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Git_SSH_Notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ git commit --amend # Edit last commit
139139
## 11. Refresh the Terminal
140140

141141
```bash
142-
alias fix="cd \"$(realpath .)\""
142+
echo $PWD
143+
realpath .
143144
```

0 commit comments

Comments
 (0)