Help,

Can you help me to recover the commits and give advice to Danny Milosavljevic
to use git correctly.

Thanks,

    Herman

On 1/5/21 2:40 PM, Danny Milosavljevic wrote:
Hi,

On Tue, 5 Jan 2021 07:25:33 +0100
Herman ten Brugge <hermantenbru...@home.nl> wrote:

I fixed this one also. But the problem is that below commits are gone.
This happended after te commit 'arm-asm: Implement branch to label
<https://repo.or.cz/tinycc.git/commit/0a3680941dbe52c56a198fa4e146e5dbe1619131>'
The git workflow I'm using for this project is unusual for me--I'm not sure
I do the steps the right way.

I always work on the same local branch, "arm-asm".

To push changes, I do:

git checkout mob
git pull --rebase
git checkout arm-asm
git rebase mob
git push -f ssh://m...@repo.or.cz/srv/git/tinycc.git arm-asm:mob

The last form I've never used ever before anywhere else--and I use git every 
day.
But that's what the description in tinycc said.

Anyway, could be that the stuff above broke something, or not.  Just wanted to
make sure we can figure out what happened.

Should I instead create a new branch every time?

(Can I set the upstream link ("-u") so I don't have to do the last line with 
URL?
How would that look?)


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to