Skip to content

Commit 8e2d6af

Browse files
committed
push stuff
1 parent eb7d9b8 commit 8e2d6af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@ Now, you can add the following the environment variables in the code-server clou
4242

4343
# How to use:
4444

45-
$ sh /home/coder/push-remote.sh # save your uncomitted files to the remote
45+
$ sh /home/coder/push_remote.sh # save your uncomitted files to the remote
4646

47-
$ sh /home/coder/pull-remote.sh # get latest files from the remote
47+
$ sh /home/coder/pull_remote.sh # get latest files from the remote
4848
```
4949

5050
---
5151

5252
## Todo:
5353

54+
- [ ] Make `push_remote` and `pull_remote` commands in path
5455
- [ ] Impliment file watcher or auto file sync in VS Code
5556
- [ ] Attach a "push" on a git stash??
5657
- [ ] Add support for SSH / VS Code remote access

0 commit comments

Comments
 (0)