Skip to content

Instantly share code, notes, and snippets.

View lexiaoyao20's full-sized avatar

Bob lexiaoyao20

  • Followme
  • Shenzhen, China
View GitHub Profile
@lexiaoyao20
lexiaoyao20 / gist:d00f2eac4d12dcdb566cccf322d1f1a5
Last active October 17, 2018 05:53
Git log 格式化展示
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
@lexiaoyao20
lexiaoyao20 / NSObject+FMAdd.m
Last active March 22, 2018 06:08
在UIPageController中添加Pop返回手势
//
// NSObject+FMAdd.m
// Followme
//
// Created by Subo on 2018/3/22.
// Copyright © 2018年 com.followme. All rights reserved.
//
#import "NSObject+FMAdd.h"