Created
November 20, 2012 20:31
-
-
Save skpy/4120867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skippy@marrs [~/public_html/system]# git status | |
# Not currently on any branch. | |
# Changes not staged for commit: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# modified: admin/formcontrols/formcontrol_file.php | |
# | |
# Untracked files: | |
# (use "git add <file>..." to include in what will be committed) | |
# | |
# plugins/autop/error_log | |
no changes added to commit (use "git add" and/or "git commit -a") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
skippy@marrs [
/public_html/system]# git checkout master/public_html/system]# git pullM admin/formcontrols/formcontrol_file.php
Previous HEAD position was cb9d951... Those en-us files weren't so unnecessary after all. Reverting their removal for now.
Switched to branch 'master'
Your branch is behind 'origin/master' by 984 commits, and can be fast-forwarded.
skippy@marrs [
Enter passphrase for key '/home/skippy/.ssh/id_dsa':
Updating 25fa5a5..0c7f55d
error: Your local changes to the following files would be overwritten by merge:
admin/formcontrols/formcontrol_file.php
Please, commit your changes or stash them before you can merge.
Aborting