kali安装配置git

Bertha 。 2022-12-05 12:04 602阅读 0赞

kali安装配置git

  1. 安装图形界面: sudo apt install git-cola
  2. 配置全局忽略: git config --global core.excludesfile /root/.global_gitignore
  3. vim /root/.global_gitignore
  • .global_gitignore文件

    target
    logs
    log
    .settings
    .project
    .classpath
    .log
    Thumbs.db
    .DS_Store
    .class .jar
    .war .ear
    .idea
    .iml
    plan.txt
    .bak
    .tmp
    /bin/
    /build/
    build.sh
    integration-repo
    .ipr
    *.iws
    /webapp/WEB-INF/classes/
    /webapp/WEB-INF/test-classes/
    /webapp/WEB-INF/target/
    a_little_config_pro.txt
    dev_plan.txt

发表评论

表情:
评论列表 (有 0 条评论,602人围观)

还没有评论,来说两句吧...

相关阅读

    相关 git 安装配置

    Git 与 SVN 区别 GIT不仅仅是个版本控制系统,它也是个内容管理系统(CMS),工作管理系统等。 如果你是一个具有使用SVN背景的人,