feat: add auto-push functionality to commit and tag commands
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use super::{AppConfig, GitProfile, TokenConfig, TokenType};
|
||||
use super::{AppConfig, GitProfile, TokenConfig};
|
||||
use anyhow::{bail, Context, Result};
|
||||
use std::collections::HashMap;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
Reference in New Issue
Block a user