跳转到主要内容
你行网

Main navigation

  • 首页
  • Drupal
  • 编程与开发
  • 数据库
  • 操作系统与应用
  • 服务器与运维
  • 社区
User account menu
  • 登录

面包屑

  1. 首页

git 命令学习记录

由 hrs, 10 十月, 2020

git init   初始化git 

git push -u origin master   上传本地文件到github 上

git remote add origin + 路径   设置git 关联到github   

示例:git remote add origin https://github.com/hrs445100058/gitaa.git

git remote rm origin    删除git 关联

git commit -m 'first_commit'    本地更改生效

git add + file name    增加单个本地文件

git add .    默认增加单个本地文件

git add *    增加所有本地修改文件

git satatus    查看git 状态

git log   查看提交历史

git config --global user.name "huang ri sheng"        设置git 项目名称      

config --global user.email "hrs445100058@163.com"    设置git 项目邮箱

git config user.name                查看git 项目名称 
   
git config user.email                查看git 项目邮箱

  • 登录或注册以发表评论
内容类型分类
技术文章
文章归类
操作系统与运用

文章标签

  • git

评论

文章标签

Excel
CSS
ubuntu
php
vim
五笔
VPN
Linux
command
HTML
drupal 8
drupal 7
centos
composer
Mysql
模块(module)
drush
Drupal
JavaSrcipt
apache
英语
drupal 9
nerdtree
荔壳风
network
果树种植
surround
drupal10
SEO
主题(theme)
更多

相关文章

  • 因权限问题导致drupal cms 无法正常安装,那么该如何解决这个问题
  • kvm虚拟机启动失败:default网络未激活
  • ubuntu 安装kvm 虚拟机
  • foreach 是 PHP 循环语句使用方法
  • implode() 函数的定义和用法
  • Drupal 11 主题制作教程
  • 检查 Composer 是否为官方源
  • 在 Drupal 中权重(Weight)是怎样排序的
  • 解决 Drupal 主题缺失问题
  • 为什么学习php 会一边学,一边忘
RSS源

友情链接 网站地图 版权信息 联系我们 网址导航 社区

Copyright © 2019 - 2021 你行网 版权所有  粤ICP备19072650号