~/chromiumos1/src/third_party/coreboot[tot%]$ git checkout origin
Switched to branch 'origin'
Your branch is ahead of 'origin/master' by 2 commits.
(use "git push" to publish your local commits)
~/chromiumos1/src/third_party/coreboot[origin]$ git status
# On branch origin
# Your branch is ahead of 'origin/master' by 2 commits.
# (use "git push" to publish your local commits)
#
nothing to commit, working directory clean
git~/chromiumos1/src/third_party/coreboot[origin]$ git checkout tot
warning: unable to rmdir 3rdparty/arm-trusted-firmware: Directory not empty
warning: unable to rmdir 3rdparty/blobs: Directory not empty
warning: unable to rmdir 3rdparty/chromeec: Directory not empty
warning: unable to rmdir 3rdparty/vboot: Directory not empty
warning: unable to rmdir util/nvidia/cbootimage: Directory not empty
Switched to branch 'tot'
Your branch is up-to-date with 'cros/chromeos-2016.05'.
~/chromiumos1/src/third_party/coreboot[tot%]$ git status
# On branch tot
# Your branch is up-to-date with 'cros/chromeos-2016.05'.
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# 3rdparty/
# util/nvidia/cbootimage/
#
'git sup' doesn't work either:
~/chromiumos1/src/third_party/coreboot[origin]$ git sup
First, rewinding head to replay your work on top of it...
Fast-forwarded HEAD to a5a423100822c4b8c9982024c333460f0d019d82.
Submodule path '3rdparty/arm-trusted-firmware': rebased into 'a5a423100822c4b8c9982024c333460f0d019d82'
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
Unable to fetch in submodule path '3rdparty/blobs'
Attached is my .git/config.
|
Deleted:
config
2.1 KB
|
Comment 1 by reinauer@chromium.org
, Mar 31 2017Owner: pgeorgi@chromium.org
Status: Assigned (was: Untriaged)