[Guide] How to use Github

Search This thread

Eddy130306

Senior Member
Jul 16, 2012
93
16
Chicago
Well for one thing you can install linux over windows, side by side actually if you have enough space you could split it and dual boot, they're kept separate and you pick which one you load up upon booting the pc. Or you could you wubi and install ubuntu inside windows, but that would be like using a virtual machine and cause it to be very slow especially compiling roms.

And you don't need an account to edit the files locally, when you clone remember the location your cloning to as the files will be there inside the name of the repo they're from.

You don't understand, It's difficult to get Linux working on a pre-installed Windows 8 machine. And yeah I have made separate partitions to install Ubuntu/etc. I don't want to have a virtual box machine either. And what? You confused me a little to where the files are saved.

Nvm I found it. I never specified where I wanted to save it, so by default it was on (C) drive. Thanks.
 
Last edited:

Eddy130306

Senior Member
Jul 16, 2012
93
16
Chicago
Thanks to the OP for this thread too. I am now on github helping with grammar issues and translation problems. Not other things because I do not know how to code yet!
 

ianfreedert

New member
Feb 23, 2013
3
0
Antipolo
can i run .git to my android phone?

how do i run the the git ("pakage with android.mk") to my android phone?

how do i build git to .apk?

and where do i input the codes above?lets say it is a command prompthttp://xdaforums.com/images/icons/advanced/prompt.png and wheres the button to show the command prompthttp://xdaforums.com/images/icons/advanced/prompt.png of github. please help me.. thanks in advance
 

CtrlAltDelIrl

Senior Member
Mar 7, 2012
1,410
800
how do i run the the git ("pakage with android.mk") to my android phone?

how do i build git to .apk?

and where do i input the codes above?lets say it is a command prompthttp://xdaforums.com/images/icons/advanced/prompt.png and wheres the button to show the command prompthttp://xdaforums.com/images/icons/advanced/prompt.png of github. please help me.. thanks in advance

Where in this guide do you see that it runs on android? Nowhere!

Learn to read!
 

hell_lock

Inactive Recognized Developer
Jan 20, 2012
5,970
5,173
27
New Delhi
A guy made changes in my repo so how can I receive those changes on my pc?
Is there any command that checks the repo and incorporates the changes automatically at my end?
 

Deadly

Senior Member
Jul 19, 2012
10,279
3,901
Bangalore
OnePlus 5
A guy made changes in my repo so how can I receive those changes on my pc?
Is there any command that checks the repo and incorporates the changes automatically at my end?

Open terminal in your local git repo folder.. type

git pull

If you want some specific branch.. do mention the branch too..

______________________________________
Anyone who doesn't think there are two sides to an argument is probably in one.
 
  • Like
Reactions: hell_lock

hell_lock

Inactive Recognized Developer
Jan 20, 2012
5,970
5,173
27
New Delhi
So I reverted my repo to older state.. but now when I try to push it, it gives these errors

Code:
To https://github.com/hell-lock-xda/android_device_htc_protou.git
 ! [rejected]        ics -> ics (non-fast-forward)
error: failed to push some refs to 'https://github.com/hell-lock-xda/android_device_htc_protou.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
 

eagleeyetom

Retired Senior Mod & DC Lead - Active Pole Dancer
Jan 22, 2011
7,709
14,677
37
Gdańsk
xda-developers.com
Samsung Galaxy Watch 4
So I reverted my repo to older state.. but now when I try to push it, it gives these errors

Code:
To https://github.com/hell-lock-xda/android_device_htc_protou.git
 ! [rejected]        ics -> ics (non-fast-forward)
error: failed to push some refs to 'https://github.com/hell-lock-xda/android_device_htc_protou.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

You need to force push it :)
 
  • Like
Reactions: Perka and hell_lock

Perka

Senior Member
Sep 15, 2010
3,642
3,122
So I reverted my repo to older state.. but now when I try to push it, it gives these errors

Code:
To https://github.com/hell-lock-xda/android_device_htc_protou.git
 ! [rejected]        ics -> ics (non-fast-forward)
error: failed to push some refs to 'https://github.com/hell-lock-xda/android_device_htc_protou.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

you can force push

-f

EDIT: was to late :p
 
Last edited:
  • Like
Reactions: hell_lock

cj360

Senior Member
Oct 24, 2011
1,332
709
So I'm a little confused, I made some changes to my manifest on github. But now when I perform the repo sync:
Code:
fatal: Couldn't find remote ref refs/heads/master
fatal: Couldn't find remote ref refs/heads/master
error: revision refs/heads/master in manifests not found

The only repo that has a master branch is koush's and that seems to be fine when I visit on my web browser. Or does it mean the default branch "jellybean-mr1" cannot be found for one of the repos?
 

eagleeyetom

Retired Senior Mod & DC Lead - Active Pole Dancer
Jan 22, 2011
7,709
14,677
37
Gdańsk
xda-developers.com
Samsung Galaxy Watch 4
So I'm a little confused, I made some changes to my manifest on github. But now when I perform the repo sync:
Code:
fatal: Couldn't find remote ref refs/heads/master
fatal: Couldn't find remote ref refs/heads/master
error: revision refs/heads/master in manifests not found

The only repo that has a master branch is koush's and that seems to be fine when I visit on my web browser. Or does it mean the default branch "jellybean-mr1" cannot be found for one of the repos?

Probably one of your repos has no master revision. And why did you use refs/heads/master? Try master only. :cowboy:
 
  • Like
Reactions: cj360

cj360

Senior Member
Oct 24, 2011
1,332
709
Thanks, edited this post to remove some rambling from me.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 360
    Hi.
    Today I would like to show you how to use github. I'm not an expert (I'm rather n00b TBH :p) but I learned some things and might help you with simple git commands.

    1. Github? What's that?

    In short it's the web-based hosting service for software development projects that use the Git revision control system. In English - the place where you store your sources.

    c826ad7b.png


    2. Creating an account.

    • 2.0 Download the required libs
      Code:
      sudo apt-get install git
    • 2.1 Create an account on github.com website
    • 2.2 In terminal type:
      Code:
      git config --global user.name "Your Name Here"
      git config --global user.email "your_email@youremail.com"

      NOTE: use the e-mail used in the website account creation
      2.3 Create your unique SSH public key
      Code:
      ssh-keygen -t rsa -C "your_email@youremail.com"
      # Creates a new ssh key using the provided email
      # Generating public/private rsa key pair.
      # Enter file in which to save the key (/c/Users/you/.ssh/id_rsa): [Press enter]
      Now you need to enter a passphrase.
      Code:
      # Enter passphrase (empty for no passphrase): [Type a passphrase]
      # Enter same passphrase again: [Type passphrase again]

      Which should give you something like this:
      Code:
      # Your identification has been saved in /c/Users/you/.ssh/id_rsa.
      # Your public key has been saved in /c/Users/you/.ssh/id_rsa.pub.
      # The key fingerprint is:
      # 01:0f:f4:3b:ca:85:d6:17:a1:7d:f0:68:9d:f0:a2:db your_email@youremail.com

      Now go to ~/.ssh folder and copy your id_rsa.pub content into account administration on github.com
      7326e529.png


      ... and check if everything works

      Code:
      ssh -T git@github.com
      Code:
      The authenticity of host 'github.com (207.97.227.239)' can't be established.
      # RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
      # Are you sure you want to continue connecting (yes/no)?

      Duh?! Sure I want! Yes! Yes! Yessss!

      Code:
      # Hi username! You've successfully authenticated, but GitHub does not
      # provide shell access.

    And we are ready to do some serious things! :highfive:

    3. Forking a repo

    As an example I'll use https://github.com/CyanogenMod/android_packages_apps_Settings
    Open this link in the browser and click fork.

    3a2b3915.png


    • 3.1 Clone the source from your fork.
      I use my account as an example.

      Code:
      git clone git://github.com/eagleeyetom/android_packages_apps_Settings.git -b gingerbread

      -b gingerbread let us to choose what branch are we going to download

      d8305e5d.png

    • 3.2 Do some changes!

      For example add files, remove them etc.
    • 3.3 Commit the changes

      OPTIONAL I created new branch at my project and named it "xda"
      To do this go to the cloned folder and type:
      Code:
      git branch xda
      git checkout xda

      Now it's time to see what's going on:
      Magic command
      Code:
      git status

      987e44ce.png


      As you can see I removed few files and added one.

      Now it's time to tell the git what we want to do.

      4. Pushing the changes

      Add all modified files:
      Code:
      git add .

      Add all removed files
      Code:
      git add -u

      You can also add/rm one file
      Code:
      git add name_of_file
      git rm name_of_file

      After git status we should get something like this:

      cda04609.png


      Now it's time to commit:

      Code:
      git commit -m 'my first commit'

      And finally to push:

      Code:
      git push

      If you'll get some errors use the following:

      Code:
      git push git@github.com:eagleeyetom/android_packages_apps_Settings.git xda
      I used the name of my github and the name of the branch in the end.

      f4c5b1cf.png


      Woo hoo! Now let's check the website.

      a123383f.png

    That's the most basic basics :p
    In the next posts I will show you some more advanced commands like merge, cherry-pick, removing branches etc.
    :)

    Credits:
    Google :D
    Github Team
    All my friends from GingerDX IRC channel

    If you find it useful hit thanks button. You can also consider a small donation ;)
    158
    5. Removing branch.
    This one took me a lot of googleing and many bad words has been said :p

    I'll make a test branch 'deleteme'

    Code:
    git branch deleteme
    git checkout deleteme
    git push git@github.com:eagleeyetom/android_packages_apps_Settings.git deleteme

    And I have new remote branch now.
    But I want to delete it.
    Here's the answer.
    First:
    Check the branches:
    Code:
    git branch -a
    And I'll get:
    Code:
      remotes/origin/HEAD -> origin/gingerbread
      remotes/origin/deleteme
      remotes/origin/donut
      remotes/origin/eclair
      remotes/origin/froyo
      remotes/origin/froyo-stable
      remotes/origin/gb-release-7.2
      remotes/origin/gingerbread
      remotes/origin/gingerbread-release
      remotes/origin/ics
      remotes/origin/icsify
      remotes/origin/wip
      remotes/origin/xda

    I want to delete this branch.
    Type:
    Code:
    git branch -rd origin/deleteme
    # Deleted remote branch origin/deleteme (was 808ffbb).
    Code:
    git push git@github.com:eagleeyetom/android_packages_apps_Settings.git :refs/heads/deleteme

    And the remote branch is gone! Yeah!

    6. Merging the commits
    Imagine the situation that you want to add a commits created by someone else. Let's use our great Recognized Developer nobodyAtall

    We need to add the source:
    Code:
    git remote add upstream https://github.com/MiniCM/android_packages_apps_Settings.git

    Download the branch:
    Code:
    git fetch upstream
    Code:
    * [new branch]      cm-9.0.0   -> upstream/cm-9.0.0
     * [new branch]      donut      -> upstream/donut
     * [new branch]      eclair     -> upstream/eclair
     * [new branch]      froyo      -> upstream/froyo
     * [new branch]      froyo-stable -> upstream/froyo-stable
     * [new branch]      gb-release-7.2 -> upstream/gb-release-7.2
     * [new branch]      gingerbread -> upstream/gingerbread
     * [new branch]      gingerbread-release -> upstream/gingerbread-release
     * [new branch]      ics        -> upstream/ics
     * [new branch]      jellybean  -> upstream/jellybean
     * [new branch]      master     -> upstream/master
     * [new branch]      wip        -> upstream/wip


    You'll get a message to resolve the conflicts. In short and most n00b friendly way is to open pointed files and delete the:
    <<<<<<<<
    =======
    >>>>>>>>
    symbols.

    Don't forget to test make before pushing!

    Now standard procedure:
    Code:
    git add .
    git commit -m 'test merge'
    git push git@github.com:eagleeyetom/android_packages_apps_Settings.git xda

    7. Cherry-pick the single commit
    Now it's time to add specific commit to our build. I'm going to use this one.
    Code:
    git remote add upstream https://github.com/MiniCM/android_packages_apps_Settings.git
    git fetch upstream
    git cherry-pick c95854e8c91ec279bd3719c637f531491855278a

    And we're good :highfive:
    Now commit should be added. All you need now is to push - no need to commit :)

    8. Changing the branch
    While using git you may noticed that sometimes after fresh sync there is no branch selected. Imagine the situation when you are on a branch A and want to check to branch B, because it uses a different method (like framework patch etc.)
    The solution is pretty simple.
    Code:
    git checkout -t remote_name/remote_branch
    It allows you to change the branch to remote one without cloning the whole repo again.
    124
    Pull request

    If you feel that you have fixed a problem and want to help the developer to make his own ROM/kernel etc. you should consider to make a pull request. Pull request adds the changes you have made to the others repo.

    First of all.
    Fork and clone destined repo.
    Check the previous post about forking and cloning.
    Now make some changes and upload it to your own remote git.

    Then, go to your forked repo using browser and click on Pull request.

    ca9c75ac.png


    Then choose the account and branch to pull-request.

    e72882aa.png


    Click and wait for your request to be merged :)

    Merging a pull request.
    Sometimes someone wants to add something to your code.
    You'll be notified by e-mail and also see the notification on your github website.

    Go there and click Open

    be8d06e7.png


    When the changes can't be merged you'll see such message:

    f927eafa.png


    But when it's green, you are ready to merge it :)

    4c803a33.png


    Don't forget to review the code. In other way you'll be forced to delete the commit.

    You can also use text method:

    Code:
    git checkout master
    [COLOR="DeepSkyBlue"]# Check out your master branch[/COLOR]
    git remote add TeamFun git://github.com/TeamFun/android_packages_apps_Settings.git
    [COLOR="deepskyblue"]# Add a new remote named 'TeamFun'[/COLOR]
    git fetch TeamFun
    [COLOR="deepskyblue"]# Pull in all the commits from the 'cameronmcefee' remote[/COLOR]
    git merge TeamFun/gingerbread
    [COLOR="deepskyblue"]# Merge your master branch into the 'gingerbread' branch from the 'TeamFun' remote[/COLOR]
    git push git@github.com:eagleeyetom/android_packages_apps_Settings.git master
    [COLOR="deepskyblue"]# Push your newly-merged branch back to GitHub[/COLOR]

    or

    Code:
    git checkout master
    [COLOR="DeepSkyBlue"]# Check out your master branch[/COLOR]
    $ curl http://github.com/octocat/Spoon-Knife/pull/25.patch | git am
    [COLOR="deepskyblue"]# Grab the patch generated by a pull request and feed it into a new commit[/COLOR]
    $ git push git@github.com:eagleeyetom/android_packages_apps_Settings.git master
    [COLOR="deepskyblue"]# Push your newly-updated commit back to GitHub[/COLOR]

    TIPS AND TRICKS

    REVERT CHANGES

    To discard all unstaged changes e.g. failed merge etc. type:
    Code:
    git checkout .
    # to delete all changes
    
    git checkout path/to/file
    
    # to discard changes for a specific file

    You can also use:
    Code:
    rm -rf ./ 
    
    [COLOR="Cyan"]# deletes all of the files in the directory[/COLOR]
    
    git reset --hard
    
    [COLOR="cyan"]#This is going to restore the git to the previous state[/COLOR]

    HOW TO REMOVE COMMITTED CHANGES?

    To remove committed changes you have to revert the commit. But how to do that? It's your answer

    Code:
    git reset HEAD --hard
    HEAD is the previous commit. To revert to previous state use HEAD~1, HEAD~2 etc. you can also use the code taken from git log.

    GIT PATCH AND GIT APPLY

    Now I want to make a patch file to e.g. send an e-mail with my commited changes.

    First I need to find a changes made by a commit. To do this I need to know commit ID.
    Code:
    git log --oneline #This would show the commit ID's

    Now pick the commit for example 22a95d1 and use git show to make a patch

    Code:
    git show 22a95d1 > patchname.patch

    And I got patch, but how to apply it?
    The answer is easy. Use git apply.

    Code:
    git apply patchname.patch
    # --check checks if the patch can be applied

    FORCE PUSH
    Sometimes github doesn't want to cooperate - just like some people :D
    You can force it by adding --force or -f
    Code:
    git push -f git@github.com:eagleeyetom/android_packages_apps_Settings.git master
    n00b method to add changes after failed push.
    Clone the repo and delete everything but .git directory. Then copy modified content, commit and push :p
    3
    Stickied this...

    good learning guide to show people how to use github when starting out for sure. :)
    3
    First of all, I'm new to this :D
    I setup everything according to the tutorial.
    Now I'm upstreaming sony 2011 stock kernel 2.6.32.9 on local repo and I want to sync changes to github repo.
    Acording to "git status" command I've modified and deleted files.
    should I use this command " git add . " then " git add -u"
    or just "git add ." ??
    Excuse me for being noob , Just want to make sure that I do the right thing.
    Thanks in advance.

    You should execute both commands. And no need to apologize, mate :) We're here to learn :)