mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-12-18 16:35:27 +01:00
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
|
|
git pull
|
|
|