Netflix is going to the movies with its Open Source Center on Github. In a clever play, Netflix has taken its well-known brand and placed it on GitHub to show each of its open source projects as its own movie, genre and characters.
Rolling over each movie poster thumbnail reveals a description of the open-source tool, the number of viewers, the number of forks, and the last update.
According to a GitHub post this morning, GitHub for Mac is now supported in GitHub Enterprise. The support comes as part of the latest release of GitHub for Mac. The features, “Clone in Mac,” username auto-completion and notifications, are now available with a user’s enterprise repositories.
I'm trying to create a bash function so I can get this.
The user, via terminal, goes to the git project path like:
/home/daniel/projects/my_super_project
So the user will type open and the browser will open in the github.com like:
http://github.com/bla/my_super_project.git
So far I have this code:
function teste {
if [ -d .git ]; then
remotes=$(git remote -v | awk -F'git@github
No more copy and paste — GitHub has launched a new feature today called ZeroClipboard, a library for copying text to the clipboard that uses an invisible Adobe Flash movie through a JavaScript interface.
The capability to copy long lines of text and Secure Hash Algorithms (SHAs) to a clipboard has been a feature on GitHub since 2009:
With ZeroClipbard, GitHub says it is making it easier to
If you don’t consider yourself to be a “Power Googler”, have no fear, the company has opened up registration for a program that it called “Advanced Power Searching.” It sounds pretty fancy, but all it is, is a series of online courses to help you get the most out of Google and its most important service, search.
Collectively, we probably barely use half of the power t
Sharing and keeping tabs on code is relatively simple for coders thanks to GitHub and the like, but developers aren’t the only folks who could benefit from services like that.
Since github using webfront for icons, every time I open github website that tab will crash.
Per GitHub's 3 hour long downtime Saturday, I was unable to do anything, as well as the rest of the CyanogenMod, AOSP, MIUI communities as all of our code lies on GitHub. Now you may think 3 hours isn't long, but trust and believe me that to me as well as other devs, 3 hour downtime is a helluv a long time.
I would like Jira and Github to talk to each other so commit messages with ticket names show up in the ticket. Issue sync would be nice as well.
I know jira has a DVCS connector but the documentation is piss poor. From what I can tell that and the Github hooks require our private jira instance to be available from the public internet or at least github's servers.