Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,154,745 members, 7,824,146 topics. Date: Saturday, 11 May 2024 at 12:35 AM

Github - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Github (2383 Views)

GitHub Profile Finder App using Angular 2 Featuring / Nigeria’s Top Programmers And Developers As Ranked By Github 2016 / HELP - Installing A PHP Script On My Website Using GITHUB (2) (3) (4)

(1) (Reply) (Go Down)

Github by Fulaman198(m): 11:43pm On Dec 29, 2015
How many of you use it? How do you use it personally?
Re: Github by DonSegmond(m): 4:22am On Dec 30, 2015
Fulaman198:
How many of you use it? How do you use it personally?
I use it, to store code I wish to share with the world.

1 Like

Re: Github by AyeshS: 7:26pm On Dec 30, 2015
I use it and its amazing.
At first it could look complicated, but when you get used to GIT and github, you will just love t.
Re: Github by Squirrel(m): 3:17am On Jan 01, 2016
@here - It serves as an online Resume/CV. Employers in many technologically advanced societies require a reference to your Github or Bitbucket profile while assessing your fit for a job.

It's helpful to use both i.e. (Github and Bitbucket) since they both support the Git VCS system. Kindly refer to these tutorials for more information https://www.atlassian.com/git/tutorials or feel free to ask, I'd be happy to answer if I can.

Cheers

1 Like

Re: Github by GreatManBee: 8:31am On Jan 05, 2016
Please help me.
How can I install a php program hosting on Github?
I have a domain name and cpanel but I dont know how to pull the codes.
Please help.

AyeshS:
I use it and its amazing.
At first it could look complicated, but when you get used to GIT and github, you will just love t.
Re: Github by maekhel(m): 9:30am On Jan 05, 2016
GreatManBee:
Please help me.
How can I install a php program hosting on Github?
I have a domain name and cpanel but I dont know how to pull the codes.
Please help.

The easiest way is to download a zip of the GitHub repo. Then upload to downloaded zip to your cpanel file manager and extract/unzip where you want the script to be executed.
Re: Github by Nobody: 9:44am On Jan 05, 2016
I am an open-source programmer - www.github.com/dhtml

I still got a lot to populate on that page this year, documentation is what is slowing me down.
Re: Github by guru01(m): 10:19am On Jan 05, 2016
I use GIT to fork other project that i am using in one way or the other just in case the project gone bad.
Git is best platform for code sharing at the moment.

Re: Github by Nobody: 1:50pm On Jan 05, 2016
guru01:
I use GIT to fork other project that i am using in one way or the other just in case the project gone bad.
Git is best platform for code sharing at the moment.
So you are one of those guys that fork others anyhow on github abi? Oya where is your own link, it warrants immediate inspection!
Re: Github by guru01(m): 9:29am On Jan 06, 2016
dhtml18:

So you are one of those guys that fork others anyhow on github abi? Oya where is your own link, it warrants immediate inspection!
Boss its not like that oooo.
Am a new comer, just in case they stop development or close source the code we can continue from there. Just like the case of android and the likes.
Re: Github by foldl: 10:08am On Jan 06, 2016
GreatManBee:
Please help me.
How can I install a php program hosting on Github?
I have a domain name and cpanel but I dont know how to pull the codes.
Please help.


To download a project's code simply go to the project's GitHub page and click on the "Download as Zip" link on the right side of the page. But the proper way to get a project's code is to clone it using git.

You can install git easily on Linux using your distro's package manager. On windows you can install using nuget or download it from http://git-scm.com

If have git installed to get the code open your terminal (cmd, gitbash etc) and run the following command:

 git clone project-github-url.git


The exact command for cloning the repository is usually just above the "Download as Zip" link on the right side of the project's GitHub page.

1 Like

Re: Github by foldl: 10:26am On Jan 06, 2016
guru01:
I use GIT to fork other project that i am using in one way or the other just in case the project gone bad.
Git is best platform for code sharing at the moment.

If the project going bad is the only reason you fork a project then you shouldn't be forking at all. If a project goes bad you can simply clone it and check out and earlier good commit or tag or branch.

Git best practice is to never develop on the main branch and good open source projects follow this model. You can read more on branching model at:
http://nvie.com/posts/a-successful-git-branching-model/

You can find a summary of the ideas contained in that post as a cheat sheet here:
http://nvie.com/files/Git-branching-model.pdf

The case where you need to fork a repo is when you want to somehow contribute to the project. In such case you fork and develop on your own copy and then contribute your changes to the parent repo by creating a pull request (PR) which the owner then reviews and merges or rejects as the case may be. In my experience it is always good to follow the best practices of the tool you're are using be it a language, framework or platform.

1 Like

Re: Github by foldl: 10:35am On Jan 06, 2016
guru01:
I use GIT to fork other project that i am using in one way or the other just in case the project gone bad.
Git is best platform for code sharing at the moment.

If you do this then you will have to manually sync upstream changes with your repo in which case it becomes easier to miss important security updates and patches from upstream. If you've made any changes in your own copy you'll have to resolve merge conflicts as well.
Re: Github by guru01(m): 12:43pm On Jan 06, 2016
foldl:


If you do this then you will have to manually sync upstream changes with your repo in which case it becomes easier to miss important security updates and patches from upstream. If you've made any changes in your own copy you'll have to resolve merge conflicts as well.
I know about all of the above sir.
Re: Github by Nobody: 6:10pm On Jan 06, 2016
guru01:

I know about all of the above sir.
And yet. . . .

1 Like

Re: Github by guru01(m): 5:12pm On Jan 08, 2016
dhtml18:

And yet. . . .
And yet what?
Re: Github by Nobody: 6:10pm On Jan 08, 2016
guru01:

And yet what?
Err, nothing. . . .
Re: Github by guru01(m): 7:01pm On Jan 08, 2016
dhtml18:

Err, nothing. . . .
Haaaaaaaaa
Re: Github by Nobody: 9:32pm On Jan 08, 2016
guru01:

Haaaaaaaaa
Dont wanna mess with the boss of all bosses!
Re: Github by ANTONINEUTRON(m): 11:01am On Jan 16, 2016
Fulaman198:
How many of you use it? How do you use it personally?
I just created a github account.

Do you have any idea on how to use it

(1) (Reply)

How To Bundle Java Db Database In My App. / Great Websites For Developers / With AI Like GPT4, Is Been A Tech Developer Still Worth.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.