Skip to content
#

article

Here are 722 public repositories matching this topic...

berwin
berwin commented Dec 2, 2015

git的快捷键 alias,加 oh-my-zsh应该是使用中比较实用的小技巧

在实际应用中,一遍一遍输入git status,git status,git commit -m 'xx'什么的确实挺繁琐,于是配置alias可以简化成 gst === git status,gcmsg 'xxx' === git commit -m 'xxx',gp === git push等等。。

大概是这样配置的

  • alias gst='git status'
  • alias gp='git push'
  • alias gp='git push'

而且还发现oh-my-zsh默认用的插件是git,查看oh-my-zsh的config

cat ~/.zshrc

其中有一条配置是

plugins=(git)

那么刨根问底拦不住,看看git插件的配置

`

jooyoungseo
jooyoungseo commented Aug 23, 2019

Currently, it seems like all rticles outputs rest upon rmarkdown::pdf_document() format.

However, would there be any way we could replace it with bookdown::pdf_document2() so that users can cross-reference sections? Furthermore, given that bookdown::pdf_document2() is inclusive of the basic rmarkdown::pdf_document(), what would be any expected conflict other than benefits?

I was atte

sivagao
sivagao commented Mar 28, 2016

title: 【Guide】 写给那些还不想走向技术管理程序员的职业建议

categories: Guide

做一辈子程序员是否是一个好的职业选择?或者如果在工程师这个职业阶梯上进一步发展是否必须要走向管理?这是不少工程师在知乎 Quora 表示疑惑的。这是个需要来陈述解决的重要问题,尤其对那些心理上不愿意去管人的工程师们。

好消息是,一直做个好的软件工程师,请求免除做管理的安排,仍然是一个较好的职业选择。但不管怎么样,如果你想要突破那层天花板,你不能仅仅是期望持续多年的技术开发经验就能让你走上职业阶梯顶层。一个关于你职业的大致模型是:你的成就和成长是跟你创造的价值成正比的。

技术能力 + 开发经历 /= 影响力

那些在 Google 呆了10年以上拥有深厚经验的工程师们,常常质疑自己为什么仍然是位高级软件工程师的title。那些职业初期快速职位提升的事情看来

tpage99
tpage99 commented Oct 13, 2018

README file
I noticed that there were only a couple of titles linked to the actual blog in the WIP table. I started to work on this after doing a pull request for just grammar edit suggestions, but thought this might also be good for other folks for #hacktoberfest if this is something you're wanting.

I made it through close to 20 before I thought to open it up as an issue. I'm a noob so I

EdNutting
EdNutting commented Nov 8, 2015

Create a document in "/Documentation/Markdown/Reference Articles" called FlingOS-Compile-Time-Configuration and include notes on how to configure the default keyboard layout using definitions in the Kernel.Hardware project properties (and not to check-in/commit such a change).

Improve this page

Add a description, image, and links to the article 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 article topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.