The Wayback Machine - https://web.archive.org/web/20200604002005/https://github.com/topics/fe
Skip to content
#

fe

Here are 90 public repositories matching this topic...

GuoYongfeng
GuoYongfeng commented Sep 28, 2017

前端技术日报:20170928期

  • 责任编辑:yoffe
  • 期刊日期:2017.09.28

分类二级标题(如: Node.js 相关技术、React 相关内容)

liurongqing
liurongqing commented Sep 26, 2018

Git 基础及常见问题解决方案

安装

# 安装路径 /usr/local/Cellar
brew install git

# 更新 git
brew upgrade git 

使用 brew 安装的 git 版本

# 在文件最后一行添加下面一行进环境变量中
vim ~/.zshrc

# 2.19.0_1 要以具体安装版本为准
export PATH=$PATH:/usr/local/Cellar/git/2.19.0_1 

# 使其配置生效
source ~/.zshrc

# git version 2.19.0 正确返回
git --version

仓库操作

创建新仓库

git init

检出仓库

Improve this page

Add a description, image, and links to the fe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.