Skip to content

Instantly share code, notes, and snippets.

@sixstringsg
Created August 10, 2012 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sixstringsg/3317431 to your computer and use it in GitHub Desktop.
Save sixstringsg/3317431 to your computer and use it in GitHub Desktop.
antioch@prometheus: ~
$ git clone git@github.com:sixstringsg/platform_manifest-1.git [15:00:15]
Cloning into 'platform_manifest-1'...
remote: Counting objects: 1070, done.
remote: Compressing objects: 100% (675/675), done.
remote: Total 1070 (delta 470), reused 981 (delta 394)
Receiving objects: 100% (1070/1070), 137.09 KiB, done.
Resolving deltas: 100% (470/470), done.
antioch@prometheus: ~
$ cd platform_manifest-1 [15:00:19]
antioch@prometheus: ~/platform_manifest-1 jb
$ ls [15:00:45]
default.xml kernel_manifest.xml manual_add_kernel_manifest.sh README
antioch@prometheus: ~/platform_manifest-1 jb
$ gedit default.xml [15:00:46]
antioch@prometheus: ~/platform_manifest-1 jb!
$ git add default.xml [15:03:20]
antioch@prometheus: ~/platform_manifest-1 jb!
$ git commit [15:03:26]
[jb e50f062] Update default.xml to point to DAGr8
1 file changed, 6 insertions(+), 6 deletions(-)
antioch@prometheus: ~/platform_manifest-1 jb
$ git push origin jb [15:04:01]
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 437 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
To git@github.com:sixstringsg/platform_manifest-1.git
0fe4029..e50f062 jb -> jb
antioch@prometheus: ~/platform_manifest-1 jb
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment