I finished all the commands of my new cargo-git. A Git helper to use with #rustlang 's cargo. I should make a video or a demo to show how this workflow works but you could use it for some specific helpers and keep your own workflow https://crates.io/crates/cargo-git …
When you want to visualize your work: cargo git diff This runs the `git diff` command but only on files that are not Cargo.lock. When you want to stage changes: cargo git add Just like git add, but it will ignore Cargo.lock. All the git add options are available (like -p)
-
-
Another useful thing: cargo git squash This will soft reset your branch to the parent branch. It's like doing a rebase and squashing everything. This is useful when you want to write the proper commit message before merging.
Prikaži ovu nit -
cargo git delete <branch> To delete a branch and its remote/upstream branch in one go.
Prikaži ovu nit
Kraj razgovora
Novi razgovor -
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.
Rustacean