[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `master` is now `main`
From: |
Teemu Likonen |
Subject: |
Re: `master` is now `main` |
Date: |
Sat, 19 Dec 2020 12:04:50 +0200 |
* 2020-12-19 14:06:16+0530, Pankaj Jangid wrote:
> I don’t have any content in this repository. But just curious, where
> can people get the old history; which branch?
I think the old master is not in the upstream anymore but everybody who
used to have it can still access the objects before they are garbage
collected. The latest commit I can find from my repository's old master
branch is 6749a2982a43923. I used "git log --walk-reflogs" to find where
my branches' head has been in time. You could tag that commit so that it
and all its parents stay in your repository:
git tag old-master 6749a2982a43923cb4523519f251858a96cf3337
But I can't tell if you have that commit. Use
git log --walk-reflogs origin/master
to see where your version of the branch pointed before.
--
/// Teemu Likonen - .-.. https://www.iki.fi/tlikonen/
// OpenPGP: 4E1055DC84E9DFF613D78557719D69D324539450
signature.asc
Description: PGP signature
- `master` is now `main`, Stefan Monnier, 2020/12/19
- Re: `master` is now `main`, Pankaj Jangid, 2020/12/19
- Re: `master` is now `main`, Eli Zaretskii, 2020/12/19
- Re: `master` is now `main`, Andreas Schwab, 2020/12/19
- Re: `master` is now `main`, John Wiegley, 2020/12/19
- Re: `master` is now `main`, Filipp Gunbin, 2020/12/21