Skip to content

Commit 2064fed

Browse files
authored
Update ev3dev-with-git.md
1 parent 83e1f71 commit 2064fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lego/ev3dev-with-git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ vim project.git/hooks/post-receive
4040
#!/bin/sh
4141
git --work-tree=/home/robot/project --git-dir=/home/robot/project/project.git checkout -f
4242

43-
then press esc and type :x and enter to exit vim
43+
#then press esc and type :x and enter to exit vim
4444

4545
$ chmod +x project.git/hooks/post-receive
4646
$ git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)