1 Star 0 Fork 0

韩龙/git

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
prompt.h 223 Bytes
Copy Edit Raw Blame History
#ifndef PROMPT_H
#define PROMPT_H
#define PROMPT_ASKPASS (1<<0)
#define PROMPT_ECHO (1<<1)
char *git_prompt(const char *prompt, int flags);
int git_read_line_interactively(struct strbuf *line);
#endif /* PROMPT_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hldragon/git.git
git@gitee.com:hldragon/git.git
hldragon
git
git
master

Search