mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 atom.project instead of global.project
This commit is contained in:
@@ -12,7 +12,7 @@ GitUtils = require 'git-utils'
|
||||
# ## Example
|
||||
#
|
||||
# ```coffeescript
|
||||
# git = global.project.getRepo()
|
||||
# git = atom.project.getRepo()
|
||||
# console.log git.getOriginUrl()
|
||||
# ```
|
||||
module.exports =
|
||||
|
||||
Reference in New Issue
Block a user