# jj-demo **Repository Path**: asphodelus_dev/jj-demo ## Basic Information - **Project Name**: jj-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-29 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell jj config set --user user.name "Asphodelus" jj config set --user user.email "1749094641@qq.com" ``` ```shell jj git init jj st --no-pager jj describe -m "xxx" jj bookmark create main jj bookmark set main jj git remote add origin git@github.com:/.git jj git push --allow-new ``` ```shell jj git fetch jj new main ``` # references https://steveklabnik.github.io/jujutsu-tutorial/