export repo = 127.0.0.1 # Check in the files cd /path/to/your/wiki # Add all new, edited, and deleted files git add . -A # Commit our changes git commit -m "Routine Checkin" # Push the commit to the files branch of our repository git push origin files