0

Navigate to the first commitment to Github

 2 years ago
source link: https://www.codesd.com/item/navigate-to-the-first-commitment-to-github.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Navigate to the first commitment to Github

advertisements

In GitHub, is there an easy way to navigate to the earliest commit of a large open source project?

The project has over 13,000 commits as of today. I don't want to have to press the "Older" button on the commit history page hundreds and hundreds of times to get to the initial commit (or first commit).
Please help!


Clone the repository, open with the command line and run $ git log --reverse

This will show the commits in reverse order.

Then you can view it on github once you have the ID(Object Name) of the first commit ... something like... https://github.com/UserName/Repo/commit/6a5ace7b941120db5d2d50af6321770ddad4779e

Tags github

Related Articles

Navigate to the first or last command in history when you are in the middle of your history

Say I am in a bash terminal and have a large history of commands. I pressed the up arrow a whole bunch of times and am in the "middle" of the history. I want to now navigate to the first or the last command in my history quickly (without holding

How to get / modify the first paragraph in a selection via word-js?

I am developing an Add-In for Word with the javascript api. I am trying to display the text of the first paragraph in the selection. Later I want to change this paragraph. However, already displaying the text fails if the paragraph is enclosed in a t

Checking the first commit of a project with git

Is there an easy way to find the SHA1 of the first commit in a project with a long history with git?Just off the top of my HEAD, this should get one of the 'first' commits of the current branch. git rev-list --reverse HEAD | head -1 (If the branch co

Navigate immediately to the first & lt; p: menuitem & gt; when & lt; p: submenu & gt; herself is clicked

I have a dynamic <p:menubar> as follows. <p:menubar style="position: relative; height: 30px; visibility: visible;"> <p:submenu label="Category" icon="ui-icon-document" styleClass="mainMenu"> <c:

How do I navigate to the same XAML page in a UWP application?

I need to navigate to the same XAML page in a UWP app. How can I do this? I've read other answers here on simply passing in a parameter to the URI; however, I am not using NavigationService.Navigate(new Uri()). In my example, we are using NavigationS

What is the correct way to keep two different versions of the same project on github?

I must say am new to Git and Github, I apologize in advance for such a basic question. I created my very first PHP "larval package" project on GitHub. I made multiple commits and pushed them on GitHub using Git Bash. Now my code is stable enough

What's wrong, worked for the first time

Directive: 'use strict'; var foodMeApp = angular.module('foodMeApp', ['ngResource', 'breeze.angular.q']); foodMeApp.directive('angularReleases', function(){ return { restrict :'EA', link : function($scope, $http){ $http.get('http://api.github.com/rep

The list commits between 2 commit hashes in git

I know there has been very similar questions here, but they didn't solve my problem. Perhaps there's something I'm not understanding well. This is a portion of the commit history of fitnesse (https://github.com/unclebob/fitnesse/): * | | | | | | | |

Why does Ember Router only allow you to navigate to the leaf routes?

Something I have noticed recently with Ember Router is it only allows navigating to leaf routes - routes without child routes. Now unless I'm doing things incorrectly then this seems like a bug/mistake in design. Let's take for example something like

Manage a frame with Git, ignore changes made to the given files after the first take

I'm using git to manage an extended CodeIgniter Framework. It's a clone of the current CI release with extra helpers, libraries ect. I have many sites all using this framework and if I add a new helper method or fix a bug in one site I want to be abl

git add. for the first Android project

I wanted to use git for the Sunshine app which we are doing as a part of Udacity's UD853 "Developing Android Apps". I know Android Studio has a built-in GUI based Git plugin, but I wanted to do it with the CLI of Git Bash. So I first cd to the p

Should git change the end of the line? (control + M or ^ M at the end of the first line)

I use git to pull my code from a windows machine. When the other developers pull the files from the server on their liunx machine they have the ^M at the end of the first line. How can make git to take care of this for me? I mean, git should change t

Main class exception when running db2triples for the first time

I'm trying to use db2triples for the first time, which is a java / maven project. I got information about it from its github page. So far, I have performed the following steps: cd /programs/db2triples-master vim pom.xml and added the db2triples depen

Npm installation error by following the instructions in https://github.com/liferay/alloy-ui

The following error appears while installing local dependencies by following the instructions from this Github/Alloyui link. I am using Windows 7 Os C:\Users\Admin.HOME-PC>npm install npm ERR! install Couldn't read dependencies npm ERR! Failed to par

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK